summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2013-09-16 23:12:57 +0530
committerKeshav Amburay2013-09-16 23:12:57 +0530
commitb79d500e564cb77bf07b57f36f3d599053ebd40c (patch)
tree18b72c53c1cf561a11d3d77857f66ad1a0710f5b /PKGBUILD
parent646052b70710a635c19c980997a519ee753fb75d (diff)
downloadaur-b79d500e564cb77bf07b57f36f3d599053ebd40c.tar.gz
Use versioned provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4902172c0263..c934c8be5c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@ url="https://github.com/vathpela/efivar"
license=('LGPL2.1')
depends=('popt')
conflicts=("${_pkgname}" 'libefivar' 'libefivar-git')
-provides=("${_pkgname}" 'libefivar' 'libefivar-git')
+provides=("${_pkgname}=${pkgver}" "libefivar=${pkgver}" "libefivar-git=${pkgver}")
options=('!strip' 'emptydirs' 'zipman' 'libtool' 'docs' '!makeflags')
source=("${_gitname}::git+${_gitroot}#branch=${_gitbranch}")