summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2013-09-16 23:18:52 +0530
committerKeshav Amburay2013-09-16 23:18:52 +0530
commit98d6f7d7767a2fca4f18d84c13b60fbe1feab269 (patch)
tree0eeda095cedac7ebded5538139eb0a65ddb65299 /PKGBUILD
parent43413cf3b237933415c57f0912345d1a532db4fe (diff)
downloadaur-98d6f7d7767a2fca4f18d84c13b60fbe1feab269.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 814f734ebd64..f3a4756298a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ license=('GPL2')
makedepends=('git')
depends=('pciutils' 'efivar')
conflicts=("${__pkgname}" "${__pkgname}-git" "${_pkgname}")
-provides=("${__pkgname}" "${__pkgname}-git" "${_pkgname}")
+provides=("${__pkgname}=${pkgver}" "${__pkgname}-git=${pkgver}" "${_pkgname}=${pkgver}")
options=('!strip' 'zipman' '!emptydirs' '!libtool')
source=("${_gitname}::git+${_gitroot}#branch=${_gitbranch}")