aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 15:05:34 +0200
committerEinhard Leichtfuß <alguien@respiranto.de>2022-04-29 15:05:34 +0200
commit8a299d1330fee976848dbacb8f628a7d215a9bf9 (patch)
tree953b1e322a93be19acd56380e5de31a54763154d
parentde65a575e0468a73c22a9d6deeb311c3d06fb072 (diff)
bin: Versioned provides=
-rw-r--r--bin/sample.PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sample.PKGBUILD b/bin/sample.PKGBUILD
index e4961ea..8634c33 100644
--- a/bin/sample.PKGBUILD
+++ b/bin/sample.PKGBUILD
@@ -14,7 +14,7 @@ arch=('any')
url="https://freedict.org/"
license=(%LICENSES%)
optdepends=('dictd: dict client and server')
-provides=("$_pkgname")
+provides=("${_pkgname}=${pkgver}")
conflicts=("$_pkgname")
install="${pkgname}.install"
source=("https://download.freedict.org/dictionaries/${_lang}/${_pkgver}/freedict-${_lang}-${_pkgver}.dictd.tar.xz")