summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b4cc1afa73d..2c6459beac95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = efitools-git
depends = efibootmgr
depends = sbsigntool
optdepends = mactel-boot: For bless command in Apple Mac systems
- provides = efitools
+ provides = efitools=1.4.1.6.gf5d338c
conflicts = efitools
options = !strip
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index 7f91d1836277..eec32b5c6818 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ depends=('dosfstools' 'efivar' 'efibootmgr' 'sbsigntool')
optdepends=('mactel-boot: For bless command in Apple Mac systems')
conflicts=("${_pkgname}")
-provides=("${_pkgname}")
+provides=("${_pkgname}=${pkgver}")
options=('!strip' '!makeflags')
install="${_pkgname}.install"