diff options
Diffstat (limited to 'extra/efibootmgr/PKGBUILD')
-rwxr-xr-x | extra/efibootmgr/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/efibootmgr/PKGBUILD b/extra/efibootmgr/PKGBUILD index 7bda0f640..d1a44c69e 100755 --- a/extra/efibootmgr/PKGBUILD +++ b/extra/efibootmgr/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 108903 2011-02-04 21:01:10Z tpowa $ +# $Id: PKGBUILD 149530 2012-02-08 11:51:04Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor : Murtuza Akhtari <inxsible at gmail dot com> # Contributor: Keshav P R <skodabenz at rocketmail dot com> pkgname=efibootmgr pkgver=0.5.4 -pkgrel=1 +pkgrel=2 pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables." arch=('i686' 'x86_64') url="http://linux.dell.com/efibootmgr/" license=('GPL2') -depends=('zlib') +depends=('zlib' 'pciutils') makedepends=() provides=() options=(strip purge docs zipman !emptydirs) |