From 4fd491d40602a6b71a0e81232d415fd7f06e126d Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 17 Apr 2024 00:34:41 +0100 Subject: sci-libs/libqalculate: fix SRC_URI Bug: https://bugs.gentoo.org/930068 Signed-off-by: Sam James --- sci-libs/libqalculate/libqalculate-5.0.0b.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-libs/libqalculate') diff --git a/sci-libs/libqalculate/libqalculate-5.0.0b.ebuild b/sci-libs/libqalculate/libqalculate-5.0.0b.ebuild index e2b981608fed..d7ef99549ebe 100644 --- a/sci-libs/libqalculate/libqalculate-5.0.0b.ebuild +++ b/sci-libs/libqalculate/libqalculate-5.0.0b.ebuild @@ -11,7 +11,7 @@ MY_PV="${PV//b/}" DESCRIPTION="A modern multi-purpose calculator library" HOMEPAGE="https://qalculate.github.io/" -SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz" +SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${MY_PV}/${P}.tar.gz" S="${WORKDIR}"/"${PN}-${MY_PV}" LICENSE="GPL-2+" -- cgit v1.2.3-65-gdbad