summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a0191dd2f9d..73948850f4bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,9 @@ pkgbase = efivar-git
arch = i686
license = LGPL2.1
depends = popt
- provides = efivar
- provides = libefivar
- provides = libefivar-git
+ provides = efivar=0.6.1.g6ec0289
+ provides = libefivar=0.6.1.g6ec0289
+ provides = libefivar-git=0.6.1.g6ec0289
conflicts = efivar
conflicts = libefivar
conflicts = libefivar-git
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}")