summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2014-07-02 11:05:52 -0400
committerKeshav Amburay2014-07-02 11:05:52 -0400
commitb1510db2bc395609606535e370836a32b251ade1 (patch)
tree15d93d5cd8b71a081e68d9f06b09f6480887059a /PKGBUILD
parentddf2e02403aed17fe74db3a0023c1514fece6ef2 (diff)
downloadaur-b1510db2bc395609606535e370836a32b251ade1.tar.gz
Fix provides pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38430c8bf7b3..d4a181885a58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ _COMPILER="GCC48"
_pkgname="uefi-shell"
pkgname="${_pkgname}-svn"
-pkgver=15601
+pkgver=15613
pkgrel=1
pkgdesc="UEFI Shell v2 - from Tianocore EDK2 - SVN Version"
url="http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=ShellPkg"
@@ -38,7 +38,7 @@ makedepends=('subversion' 'python2')
options=('!strip' '!makeflags')
conflicts=('uefi-shell')
-provides=("uefi-shell")
+provides=("uefi-shell=${pkgver}")
install="${_pkgname}.install"