mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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"
|
||||
Reference in New Issue
Block a user