summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2013-07-02 23:38:15 +0530
committerKeshav Amburay2013-07-02 23:38:15 +0530
commit1e3b9add740109ddd4b895c8ad871c868ce4c0b1 (patch)
tree1d46ed0e1516231b3fcbee1df655ac0080055666
parent93945cddfe4df3bf7e2facf48fbd8d366664c313 (diff)
downloadaur-1e3b9add740109ddd4b895c8ad871c868ce4c0b1.tar.gz
M
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23a7598b8ee6..87666d4f8791 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,6 @@ pkgbase = efibootmgr-git
provides = efibootmgr
conflicts = efibootmgr
options = strip
- options = purge
- options = docs
options = zipman
options = !emptydirs
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index ad83755300ac..e1f35474c15b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,6 @@
# Maintainer : Keshav Padram <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)>
# Contributor: Murtuza Akhtari <inxsible at gmail dot com>
-_gitname="efibootmgr"
-
_pkgname="efibootmgr"
pkgname="${_pkgname}-git"
@@ -16,11 +14,13 @@ makedepends=('git')
depends=('pciutils')
conflicts=("${_pkgname}")
provides=("${_pkgname}")
-options=(strip purge docs zipman !emptydirs !libtool)
+options=('strip' 'zipman' '!emptydirs' '!libtool')
source=('efibootmgr::git+git://linux.dell.com/efibootmgr.git#branch=master')
sha1sums=('SKIP')
+_gitname="${_pkgname}"
+
pkgver() {
cd "${srcdir}/${_gitname}/"
git describe --always | sed 's|Release_||g' | sed 's|_|.|g' | sed 's|-|.|g'