summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2015-03-30 23:30:47 -0400
committerKeshav Amburay2015-03-30 23:30:47 -0400
commitd19750ae41a7126f90e0c19ecc5129d1c69ca4a3 (patch)
tree321683577f599b7c0981c688a0d3812330538083
parent1f552ee5e828600383da5f8bf58432a0fcf24b7e (diff)
downloadaur-d19750ae41a7126f90e0c19ecc5129d1c69ca4a3.tar.gz
Bump pkgver
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 304f31f9c1cf..795069172f11 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = efibootmgr-git
pkgdesc = Tool to modify UEFI Firmware Boot Manager Variables - GIT master branch
- pkgver = 0.7.0.14.gea6dcca
+ pkgver = 0.11.0.12.gea640b3
pkgrel = 1
- url = https://github.com/vathpela/efibootmgr
+ url = https://github.com/rhinstaller/efibootmgr
arch = x86_64
arch = i686
license = GPL2
@@ -10,13 +10,13 @@ pkgbase = efibootmgr-git
depends = pciutils
depends = efivar
depends = zlib
- provides = efibootmgr=0.7.0.14.gea6dcca
+ provides = efibootmgr=0.11.0.12.gea640b3
conflicts = efibootmgr
options = !strip
options = zipman
options = docs
options = !emptydirs
- source = efibootmgr::git+https://github.com/vathpela/efibootmgr.git#branch=master
+ source = efibootmgr::git+https://github.com/rhinstaller/efibootmgr.git#branch=master
sha1sums = SKIP
pkgname = efibootmgr-git
diff --git a/PKGBUILD b/PKGBUILD
index fab97727fb57..eb4cb8664593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
_pkgname="efibootmgr"
pkgname="${_pkgname}-git"
-pkgver=0.7.0.14.gea6dcca
+pkgver=0.11.0.12.gea640b3
pkgrel=1
pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables - GIT master branch"
arch=('x86_64' 'i686')
-url="https://github.com/vathpela/efibootmgr"
+url="https://github.com/rhinstaller/efibootmgr"
license=('GPL2')
makedepends=('git')
depends=('pciutils' 'efivar' 'zlib')
@@ -17,7 +17,7 @@ conflicts=("${_pkgname}")
provides=("${_pkgname}=${pkgver}")
options=('!strip' 'zipman' 'docs' '!emptydirs')
-source=("${_pkgname}::git+https://github.com/vathpela/efibootmgr.git#branch=master")
+source=("${_pkgname}::git+https://github.com/rhinstaller/efibootmgr.git#branch=master")
sha1sums=('SKIP')
pkgver() {