diff options
Diffstat (limited to 'sci-libs/libqhy')
-rw-r--r-- | sci-libs/libqhy/libqhy-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libqhy/libqhy-1.0.0.ebuild b/sci-libs/libqhy/libqhy-1.0.0.ebuild index 6074aaa..e4770a3 100644 --- a/sci-libs/libqhy/libqhy-1.0.0.ebuild +++ b/sci-libs/libqhy/libqhy-1.0.0.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils eutils DESCRIPTION="SDK and firmware for the QHY CCD cameras" HOMEPAGE="http://indilib.org" -SRC_URI="http://sourceforge.net/projects/indi/files/libindi_3rdparty.tar.gz" +SRC_URI="http://sourceforge.net/projects/indi/files/libindi_3rdparty_${PV}.tar.gz" LICENSE="GPL-3 LGPL-2 qhyccd" KEYWORDS="~amd64 ~x86 ~arm" @@ -22,4 +22,4 @@ RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/libqhy-1.0.0_fix_cmake_symlinks.patch" ) -S="${WORKDIR}/libindi_3rdparty/${PN}"
\ No newline at end of file +S="${WORKDIR}/libindi_3rdparty-${PV}/${PN}"
\ No newline at end of file |