diff --git a/sys-fs/android_file_transfer/android_file_transfer-4.3~git.recipe b/sys-fs/android_file_transfer/android_file_transfer-4.3~git.recipe index a90d76207..b663e1704 100644 --- a/sys-fs/android_file_transfer/android_file_transfer-4.3~git.recipe +++ b/sys-fs/android_file_transfer/android_file_transfer-4.3~git.recipe @@ -8,7 +8,7 @@ Features: HOMEPAGE="https://whoozle.github.io/android-file-transfer-linux/" COPYRIGHT="2015-2019 Vladimir Menshakov" LICENSE="GNU LGPL v2.1" -REVISION="2" +REVISION="3" srcGitRev="a64c8bec89c2795b09d1ba868c179d4d22e562ec" SOURCE_URI="https://github.com/whoozle/android-file-transfer-linux/archive/$srcGitRev.tar.gz" CHECKSUM_SHA256="056bef1821701f863791b85f9e8c92f71bc6b2fe41829b68c61f7632b3f4c1b8" @@ -65,7 +65,7 @@ INSTALL() local APP_SIGNATURE="application/x-vnd.android-file-transfer" local MAJOR="`echo "$portVersion" | cut -d. -f1`" - local MIDDLE="`echo "$portVersion" | cut -d. -f2`" + local MIDDLE="`echo "$portVersion" | cut -d. -f2 | cut -d~ -f1`" local LONG_INFO="$SUMMARY" sed \ -e "s|@APP_SIGNATURE@|$APP_SIGNATURE|" \