summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2015-03-30 23:29:44 -0400
committerKeshav Amburay2015-03-30 23:29:44 -0400
commitc21e0186418cb1a1884e026bfef966942dbe3044 (patch)
tree9c9091aa41cf27479a845265bc1a31803657c336
parent3ca3f53625b5179d422358c2624b7238d76aa713 (diff)
downloadaur-c21e0186418cb1a1884e026bfef966942dbe3044.tar.gz
Bump pkgver
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d005dda3d7c..d469384746da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
pkgbase = efivar-git
pkgdesc = Tools and library to manipulate EFI variables - GIT master branch
- pkgver = 0.10.8.g81d0146
+ pkgver = 0.15.17.gc1d0945
pkgrel = 1
- url = https://github.com/vathpela/efivar
+ url = https://github.com/rhinstaller/efivar
arch = x86_64
arch = i686
license = LGPL2.1
makedepends = git
depends = popt
- provides = efivar=0.10.8.g81d0146
- provides = libefivar=0.10.8.g81d0146
- provides = libefivar-git=0.10.8.g81d0146
+ provides = efivar=0.15.17.gc1d0945
+ provides = libefivar=0.15.17.gc1d0945
+ provides = libefivar-git=0.15.17.gc1d0945
conflicts = efivar
conflicts = libefivar
conflicts = libefivar-git
options = !strip
options = zipman
options = docs
- source = efivar::git+https://github.com/vathpela/efivar.git#branch=master
+ source = efivar::git+https://github.com/rhinstaller/efivar.git#branch=master
sha1sums = SKIP
pkgname = efivar-git
diff --git a/PKGBUILD b/PKGBUILD
index a62856b2218e..487976afe917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ _pkgname="efivar"
pkgname="${_pkgname}-git"
pkgdesc="Tools and library to manipulate EFI variables - GIT master branch"
-pkgver=0.10.8.g81d0146
+pkgver=0.15.17.gc1d0945
pkgrel=1
arch=('x86_64' 'i686')
-url="https://github.com/vathpela/efivar"
+url="https://github.com/rhinstaller/efivar"
license=('LGPL2.1')
makedepends=('git')
depends=('popt')
@@ -16,7 +16,7 @@ conflicts=("${_pkgname}" 'libefivar' 'libefivar-git')
provides=("${_pkgname}=${pkgver}" "libefivar=${pkgver}" "libefivar-git=${pkgver}")
options=('!strip' 'zipman' 'docs')
-source=("${_pkgname}::git+https://github.com/vathpela/efivar.git#branch=master")
+source=("${_pkgname}::git+https://github.com/rhinstaller/efivar.git#branch=master")
sha1sums=('SKIP')
pkgver() {