summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2014-03-26 23:11:16 -0400
committerKeshav Amburay2014-03-26 23:11:16 -0400
commit9b0082d1f138bbb5484f0892e3a6be3a821f49e6 (patch)
tree10cac516221f7a248548f48455e9026ddcf3ba66
parentd7b1c6daef0c4d3841b916f1ccca9cd2c6db8340 (diff)
downloadaur-9b0082d1f138bbb5484f0892e3a6be3a821f49e6.tar.gz
Bump pkgver
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04dc82712067..9dae7ba6f206 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = efivar-git
pkgdesc = Library to manipulate EFI variables - GIT Version
- pkgver = 0.7.13.gc9e1f24
+ pkgver = 0.7.16.gb129911
pkgrel = 1
url = https://github.com/vathpela/efivar
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = efivar-git
license = LGPL2.1
makedepends = git
depends = popt
- provides = efivar=0.7.13.gc9e1f24
- provides = libefivar=0.7.13.gc9e1f24
- provides = libefivar-git=0.7.13.gc9e1f24
+ provides = efivar=0.7.16.gb129911
+ provides = libefivar=0.7.16.gb129911
+ provides = libefivar-git=0.7.16.gb129911
conflicts = efivar
conflicts = libefivar
conflicts = libefivar-git
diff --git a/PKGBUILD b/PKGBUILD
index 5d990d561e6b..84972f51db8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _gitbranch="master"
pkgdesc="Library to manipulate EFI variables - GIT Version"
-pkgver=0.7.13.gc9e1f24
+pkgver=0.7.16.gb129911
pkgrel=1
arch=('x86_64' 'i686')
url="https://github.com/vathpela/efivar"