summaryrefslogtreecommitdiff
path: root/extra/efivar/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/efivar/PKGBUILD')
-rw-r--r--extra/efivar/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/extra/efivar/PKGBUILD b/extra/efivar/PKGBUILD
index fcbcca915..df5cc9ad9 100644
--- a/extra/efivar/PKGBUILD
+++ b/extra/efivar/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 188788 2013-06-20 17:50:47Z tpowa $
+# $Id: PKGBUILD 193971 2013-09-09 10:46:11Z tpowa $
# Maintainer : Tobias Powalowski <tpowa@archlinux.org>
# Contributor : Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
@@ -9,24 +9,23 @@ _gitbranch="master"
_pkgname="efivar"
pkgname="${_pkgname}"
-pkgdesc="Library to manipulate EFI variables - GIT Version"
-
-pkgver=0.4_18_gb8c524c
+pkgdesc="Library to manipulate EFI variables"
+pkgver=0.6
pkgrel=1
arch=('x86_64' 'i686')
url="https://github.com/vathpela/efivar"
license=('LGPL2.1')
depends=('popt')
-conflicts=("${_pkgname}" 'libefivar' 'libefivar-git')
-provides=("${_pkgname}" 'libefivar' 'libefivar-git')
-options=('strip' 'emptydirs' 'zipman' 'libtool' 'docs')
+conflicts=('libefivar')
+provides=('libefivar')
+options=('zipman' 'docs' '!makeflags')
source=("${_gitname}::git+${_gitroot}#branch=${_gitbranch}")
sha1sums=('SKIP')
pkgver() {
cd "${srcdir}/${_gitname}/"
- echo "$(git describe --tags)" | sed 's|-|_|g'
+ echo "$(git describe --tags)" | sed 's|-|\.|g'
}
build() {