diff options
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') |