summaryrefslogtreecommitdiff
path: root/core/efivar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/efivar/PKGBUILD')
-rw-r--r--core/efivar/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/efivar/PKGBUILD b/core/efivar/PKGBUILD
index 849868267..e8d8995d1 100644
--- a/core/efivar/PKGBUILD
+++ b/core/efivar/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 194436 2013-09-16 12:12:17Z tpowa $
+# $Id: PKGBUILD 199468 2013-11-13 11:07:43Z tpowa $
# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
# Contributor : Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
@@ -10,17 +10,18 @@ _pkgname="efivar"
pkgname="${_pkgname}"
pkgdesc="Library to manipulate EFI variables"
-pkgver=0.6
+pkgver=0.7
pkgrel=1
arch=('x86_64' 'i686')
url="https://github.com/vathpela/efivar"
license=('LGPL2.1')
+makedepends=('git')
depends=('popt')
conflicts=('libefivar')
provides=('libefivar')
options=('zipman' 'docs' '!makeflags')
-source=("${_gitname}::git+${_gitroot}#branch=${_gitbranch}")
+source=("${_gitname}::git+${_gitroot}#tag=${pkgver}")
sha1sums=('SKIP')
pkgver() {