From 82eacf52a5177f555c12a653f2038a89e9a18e5e Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Tue, 9 Mar 2021 22:02:19 +0100 Subject: [PATCH] Fix packInstall.sh for recent packages --- pkgmngt/packInstall.sh.porg | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pkgmngt/packInstall.sh.porg b/pkgmngt/packInstall.sh.porg index ae7f5eb..97ba844 100644 --- a/pkgmngt/packInstall.sh.porg +++ b/pkgmngt/packInstall.sh.porg @@ -67,19 +67,16 @@ case $1 in cacerts*) VERSION=0.1 ;; - inih*) - VERSION=$(echo $1 | sed 's/^.*r//') - ;; btrfs*|node*|pnmixer*) VERSION=$(echo $1 | sed 's/^.*v//') ;; x265*) # can contain vd.d or just d.d: thanks to packagers VERSION=$(echo $1 | sed 's/^.*[v_]//') ;; - libuv*|Test-MockModule*|libhandy*) # can contain -vd.d or just -d.d + libuv*|Test-MockModule*) # can contain -vd.d or just -d.d VERSION=$(echo $1 | sed 's/^.*[v-]//') ;; - junit*) # can contain -rd.d or just -d.d + junit*|inih*) # can contain -rd.d or just -d.d VERSION=$(echo $1 | sed 's/^.*[r-]//') ;; *)