summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-05-13 23:46:59 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-05-14 00:49:37 +0200
commit209b508da263c0d729c5d6c2b984e53808170a82 (patch)
tree8c24b78be7057bd7cd269275fd6c0427890dfade /app-dicts
parentapp-admin/prelude-manager: qa fix StaticSrcUri (diff)
downloadgentoo-209b508da263c0d729c5d6c2b984e53808170a82.tar.gz
gentoo-209b508da263c0d729c5d6c2b984e53808170a82.tar.bz2
gentoo-209b508da263c0d729c5d6c2b984e53808170a82.zip
app-dicts/myspell-hu: fix qa StaticSrcUri
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild b/app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild
index 203b62642618..2940968bb2e8 100644
--- a/app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild
+++ b/app-dicts/myspell-hu/myspell-hu-7.1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -21,7 +21,7 @@ inherit rpm myspell-r2
DESCRIPTION="Hungarian dictionaries for myspell/hunspell"
HOMEPAGE="http://magyarispell.sourceforge.net/"
-SRC_URI="https://downloadarchive.documentfoundation.org/libreoffice/old/7.1.3.2/rpm/x86_64/LibreOffice_7.1.3.2_Linux_x86-64_rpm_langpack_hu.tar.gz"
+SRC_URI="https://downloadarchive.documentfoundation.org/libreoffice/old/${PV}/rpm/x86_64/LibreOffice_${PV}_Linux_x86-64_rpm_langpack_hu.tar.gz"
LICENSE="GPL-3 GPL-2 LGPL-2.1 MPL-1.1"
SLOT="0"
@@ -31,5 +31,5 @@ IUSE=""
src_unpack() {
myspell-r2_src_unpack
- rpm_unpack ./LibreOffice_7.1.3.2_Linux_x86-64_rpm_langpack_hu/RPMS/libreoffice7.1-dict-hu-7.1.3.2-2.x86_64.rpm
+ rpm_unpack ./LibreOffice_${PV}_Linux_x86-64_rpm_langpack_hu/RPMS/libreoffice7.1-dict-hu-${PV}-2.x86_64.rpm
}