mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 17:54:31 +01:00
Bump pkgver
This commit is contained in:
parent
0fa0d25f75
commit
700e4220e2
2 changed files with 5 additions and 5 deletions
8
.SRCINFO
8
.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
|
||||
|
|
|
|||
2
PKGBUILD
2
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue