Bump pkgver

This commit is contained in:
Keshav Amburay 2013-10-26 23:23:11 +05:30
parent 0fa0d25f75
commit 700e4220e2
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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"