1
Fork 0

sci-libs/libqalculate: fix SRC_URI

Bug: https://bugs.gentoo.org/930068
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2024-04-17 00:34:41 +01:00
parent 72e8c24fcd
commit 4fd491d406
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 1 additions and 1 deletions

View File

@ -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+"