summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2013-09-16 23:43:20 +0530
committerKeshav Amburay2013-09-16 23:43:20 +0530
commit2661ddaf8eef7f7d558b4a740dccafd0af1981c7 (patch)
tree1e1f017c286dac27192ae625757d32d099597f89 /PKGBUILD
parenta858a372008263cfb834b4c2b1b83f91b5186700 (diff)
downloadaur-2661ddaf8eef7f7d558b4a740dccafd0af1981c7.tar.gz
Use versioned provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71e7392aa0f8..5fb08453e92d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _gitbranch="master"
_pkgname="shim-efi"
pkgname="${_pkgname}-git"
-pkgver=0.4.1.g23002e8
+pkgver=0.4.3.g16854e3
pkgrel=1
pkgdesc="Simple bootloader for x86_64 UEFI Secure Boot - GIT Version"
url="https://github.com/mjg59/shim"
@@ -20,7 +20,7 @@ depends=('pesign' 'dosfstools' 'efivar' 'efibootmgr')
optdepends=('mactel-boot: For bless command in Apple Mac systems')
conflicts=("${_pkgname}" 'shim-efi-x86_64' 'shim-efi-x86_64-git')
-provides=("${_pkgname}" 'shim-efi-x86_64' 'shim-efi-x86_64-git')
+provides=("${_pkgname}=${pkgver}" "shim-efi-x86_64=${pkgver}" "shim-efi-x86_64-git=${pkgver}")
source=("${_gitname}::git+${_gitroot}#branch=${_gitbranch}")
sha1sums=('SKIP')