summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2014-04-02 20:38:21 -0400
committerKeshav Amburay2014-04-02 20:38:21 -0400
commita43ce8dd15cdb97751a753f7146154ee7cd97455 (patch)
tree0b8248d5d4dbefabb7a4f5e2820fbffc7f3873df
parent9b0082d1f138bbb5484f0892e3a6be3a821f49e6 (diff)
downloadaur-a43ce8dd15cdb97751a753f7146154ee7cd97455.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 9dae7ba6f206..322dc3a76c6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = efivar-git
pkgdesc = Library to manipulate EFI variables - GIT Version
- pkgver = 0.7.16.gb129911
+ pkgver = 0.8
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.16.gb129911
- provides = libefivar=0.7.16.gb129911
- provides = libefivar-git=0.7.16.gb129911
+ provides = efivar=0.8
+ provides = libefivar=0.8
+ provides = libefivar-git=0.8
conflicts = efivar
conflicts = libefivar
conflicts = libefivar-git
diff --git a/PKGBUILD b/PKGBUILD
index 84972f51db8e..dadcdb562572 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _gitbranch="master"
pkgdesc="Library to manipulate EFI variables - GIT Version"
-pkgver=0.7.16.gb129911
+pkgver=0.8
pkgrel=1
arch=('x86_64' 'i686')
url="https://github.com/vathpela/efivar"