app-dicts/myspell-en: Use ${PV} at SRC_URI

We still need to hardcode other parts of the SRC_URI line due to the ugly
upstream download links, but we can avoid mistakes (as my previous failed
update) in this way, making the need of updating the SRC_URI more noticeable.
Also revbump to cover any user that could have got the bogus bump ebuild
during the minutes that it was in the tree.

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
Pacho Ramos
2026-07-17 13:08:34 +02:00
parent 69070c225d
commit fbe538ec81

View File

@@ -11,7 +11,7 @@ HOMEPAGE="
https://github.com/marcoagpinto/aoo-mozilla-en-dict
https://proofingtoolgui.org
"
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1782877663/dict-en-20260701.oxt"
SRC_URI="https://extensions.libreoffice.org/assets/downloads/41/1782877663/dict-en-${PV}.oxt"
LICENSE="BSD MIT LGPL-3+"
SLOT="0"