aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")