summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2013-10-26 23:23:11 +0530
committerKeshav Amburay2013-10-26 23:23:11 +0530
commit700e4220e20e7326bbd4ff1ce568c1dae68d6b18 (patch)
treefdfe419e8b22f8428d64963bf4cfce528b605c9d
parent0fa0d25f753dc874f9807b7d3bb5fdd7ffeb4d52 (diff)
downloadaur-700e4220e20e7326bbd4ff1ce568c1dae68d6b18.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 768206ed7f38..862099ddf698 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = efivar-git
pkgdesc = Library to manipulate EFI variables - GIT Version
- pkgver = 0.6.2.g9c8a7f6
+ pkgver = 0.7.3.gf00ee56
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.6.2.g9c8a7f6
- provides = libefivar=0.6.2.g9c8a7f6
- provides = libefivar-git=0.6.2.g9c8a7f6
+ provides = efivar=0.7.3.gf00ee56
+ provides = libefivar=0.7.3.gf00ee56
+ provides = libefivar-git=0.7.3.gf00ee56
conflicts = efivar
conflicts = libefivar
conflicts = libefivar-git
diff --git a/PKGBUILD b/PKGBUILD
index a0df2250033e..0ebd68cd60e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _gitbranch="master"
pkgdesc="Library to manipulate EFI variables - GIT Version"
-pkgver=0.6.2.g9c8a7f6
+pkgver=0.7.3.gf00ee56
pkgrel=1
arch=('x86_64' 'i686')
url="https://github.com/vathpela/efivar"