diff options
author | Sam James <sam@gentoo.org> | 2022-09-22 04:45:44 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-09-22 05:05:16 +0100 |
commit | 6b19231b8bf7b5ff8d8126c1220149dd59bc7217 (patch) | |
tree | bc295f9a70716fac5aeaf33ac19dab1fedf381eb /app-dicts | |
parent | app-dicts/myspell-sk: use PV in SRC_URI (diff) | |
download | gentoo-6b19231b8bf7b5ff8d8126c1220149dd59bc7217.tar.gz gentoo-6b19231b8bf7b5ff8d8126c1220149dd59bc7217.tar.bz2 gentoo-6b19231b8bf7b5ff8d8126c1220149dd59bc7217.zip |
app-dicts/myspell-tr: use PV in SRC_URI
Avoids mistakes on bumping and why not?
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/myspell-tr/myspell-tr-1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-dicts/myspell-tr/myspell-tr-1.2.ebuild b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild index 053e83e5bd43..030e61695ff6 100644 --- a/app-dicts/myspell-tr/myspell-tr-1.2.ebuild +++ b/app-dicts/myspell-tr/myspell-tr-1.2.ebuild @@ -12,7 +12,7 @@ inherit myspell-r2 DESCRIPTION="Turkish dictionaries for myspell/hunspell" HOMEPAGE="https://extensions.libreoffice.org/en/extensions/show/turkish-spellcheck-dictionary" -SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/oo-turkish-dict-v1-2.oxt" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/z/oo-turkish-dict-v$(ver_rs 1-2 -).oxt" LICENSE="LGPL-3+" SLOT="0" |