diff --git a/pkgmngt/packInstall.sh.porg b/pkgmngt/packInstall.sh.porg index 29de0f0..ae7f5eb 100644 --- a/pkgmngt/packInstall.sh.porg +++ b/pkgmngt/packInstall.sh.porg @@ -67,13 +67,16 @@ case $1 in cacerts*) VERSION=0.1 ;; - btrfs*|node*|pnmixer*|libhandy*) + 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*) # can contain -vd.d or just -d.d + libuv*|Test-MockModule*|libhandy*) # can contain -vd.d or just -d.d VERSION=$(echo $1 | sed 's/^.*[v-]//') ;; junit*) # can contain -rd.d or just -d.d