app-arch/unshield: [QA] Fix ${HOMEPAGE} in SRC_URI
authorDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 09:11:07 +0000 (11:11 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 09:11:07 +0000 (11:11 +0200)
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-arch/unshield/unshield-1.4.3.ebuild

index 77af3622c0e21ed19604533ab6428caea6d2bb58..f81ff080ff9d09a9b973dd13539028165fb1e9c9 100644 (file)
@@ -7,7 +7,7 @@ inherit cmake-utils
 
 DESCRIPTION="InstallShield CAB file extractor"
 HOMEPAGE="https://github.com/twogood/unshield"
-SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/twogood/unshield/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"