summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"