diff options
author | 2022-09-22 04:45:17 +0100 | |
---|---|---|
committer | 2022-09-22 05:05:16 +0100 | |
commit | dedd752f28603b048a958af7ed980de3320bd338 (patch) | |
tree | 2ed63aead362000f52909dd9512ec8975dfc7b5b /app-dicts | |
parent | app-dicts/myspell-tr: use PV in SRC_URI (diff) | |
download | gentoo-dedd752f28603b048a958af7ed980de3320bd338.tar.gz gentoo-dedd752f28603b048a958af7ed980de3320bd338.tar.bz2 gentoo-dedd752f28603b048a958af7ed980de3320bd338.zip |
app-dicts/myspell-uk: 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-uk/myspell-uk-5.3.1.ebuild | 2 | ||||
-rw-r--r-- | app-dicts/myspell-uk/myspell-uk-5.8.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-dicts/myspell-uk/myspell-uk-5.3.1.ebuild b/app-dicts/myspell-uk/myspell-uk-5.3.1.ebuild index c509cc0c6f51..addfea3d5378 100644 --- a/app-dicts/myspell-uk/myspell-uk-5.3.1.ebuild +++ b/app-dicts/myspell-uk/myspell-uk-5.3.1.ebuild @@ -21,7 +21,7 @@ inherit myspell-r2 DESCRIPTION="Ukrainian dictionaries for myspell/hunspell" HOMEPAGE="https://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus" -SRC_URI="https://extensions.libreoffice.org/assets/downloads/521/dict-uk_UA-5.3.1.oxt" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/521/dict-uk_UA-${PV}.oxt" LICENSE="GPL-3 LGPL-2.1 MPL-1.1" SLOT="0" diff --git a/app-dicts/myspell-uk/myspell-uk-5.8.0.ebuild b/app-dicts/myspell-uk/myspell-uk-5.8.0.ebuild index 4a810503913e..9a15e122f21c 100644 --- a/app-dicts/myspell-uk/myspell-uk-5.8.0.ebuild +++ b/app-dicts/myspell-uk/myspell-uk-5.8.0.ebuild @@ -21,7 +21,7 @@ inherit myspell-r2 DESCRIPTION="Ukrainian dictionaries for myspell/hunspell" HOMEPAGE="https://extensions.libreoffice.org/extension-center/ukrainian-spelling-dictionary-and-thesaurus" -SRC_URI="https://extensions.libreoffice.org/assets/downloads/521/1655471128/dict-uk_UA-5.8.0.oxt" +SRC_URI="https://extensions.libreoffice.org/assets/downloads/521/1655471128/dict-uk_UA-${PV}.oxt" LICENSE="GPL-3 LGPL-2.1 MPL-1.1" SLOT="0" |