From 8a299d1330fee976848dbacb8f628a7d215a9bf9 Mon Sep 17 00:00:00 2001 From: Einhard Leichtfuß Date: Fri, 29 Apr 2022 15:05:34 +0200 Subject: bin: Versioned provides= --- bin/sample.PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3