diff options
author | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-31 01:12:24 -0700 |
commit | b2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch) | |
tree | afa7b467e44b704b69c66862852a8c3118b8e308 /core/efibootmgr/PKGBUILD | |
parent | 7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff) |
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'core/efibootmgr/PKGBUILD')
-rwxr-xr-x | core/efibootmgr/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/efibootmgr/PKGBUILD b/core/efibootmgr/PKGBUILD index 28cb02ea6..2a6515a72 100755 --- a/core/efibootmgr/PKGBUILD +++ b/core/efibootmgr/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 194435 2013-09-16 12:11:58Z tpowa $ +# $Id: PKGBUILD 197808 2013-10-30 11:03:08Z allan $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Murtuza Akhtari <inxsible at gmail dot com> # Contributor: Keshav Padram Amburay <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> @@ -17,7 +17,7 @@ url="https://github.com/vathpela/efibootmgr" license=('GPL2') makedepends=('git') depends=('pciutils' 'efivar' 'zlib') -options=('strip' 'zipman' '!emptydirs' '!libtool') +options=('strip' 'zipman' '!emptydirs') source=("${_gitname}::git+${_gitroot}#branch=${_gitbranch}") sha1sums=('SKIP') |