summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2015-03-30 23:29:44 -0400
committerKeshav Amburay2015-03-30 23:29:44 -0400
commitc21e0186418cb1a1884e026bfef966942dbe3044 (patch)
tree9c9091aa41cf27479a845265bc1a31803657c336 /PKGBUILD
parent3ca3f53625b5179d422358c2624b7238d76aa713 (diff)
downloadaur-c21e0186418cb1a1884e026bfef966942dbe3044.tar.gz
Bump pkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {