summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2014-07-22 17:23:53 -0400
committerKeshav Amburay2014-07-22 17:23:53 -0400
commit1f552ee5e828600383da5f8bf58432a0fcf24b7e (patch)
treec9aa8fb9cfcf8a7801c02c47d84f52ff61aa86bb
parent0c7194731028c3c256bac0138276e83248ce9a9d (diff)
downloadaur-1f552ee5e828600383da5f8bf58432a0fcf24b7e.tar.gz
Bump pkgver
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore6
-rw-r--r--PKGBUILD2
3 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72881ec478b2..304f31f9c1cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = efibootmgr-git
pkgdesc = Tool to modify UEFI Firmware Boot Manager Variables - GIT master branch
- pkgver = 0.7.0.13.g0d92b6b
+ pkgver = 0.7.0.14.gea6dcca
pkgrel = 1
url = https://github.com/vathpela/efibootmgr
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = efibootmgr-git
depends = pciutils
depends = efivar
depends = zlib
- provides = efibootmgr=0.7.0.13.g0d92b6b
+ provides = efibootmgr=0.7.0.14.gea6dcca
conflicts = efibootmgr
options = !strip
options = zipman
diff --git a/.gitignore b/.gitignore
index 62d30f9218cb..d1083b336d36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,8 @@
src/
pkg/
+*.tar.xz
+*.tar.gz
+*.pkg.tar
+*.zip
+*.sig
+*.log*
diff --git a/PKGBUILD b/PKGBUILD
index b4bf2b5226bd..fab97727fb57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname="efibootmgr"
pkgname="${_pkgname}-git"
-pkgver=0.7.0.13.g0d92b6b
+pkgver=0.7.0.14.gea6dcca
pkgrel=1
pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables - GIT master branch"
arch=('x86_64' 'i686')