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 d1a44c69e..0fd7bb248 100755 --- a/extra/efibootmgr/PKGBUILD +++ b/extra/efibootmgr/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 149530 2012-02-08 11:51:04Z tpowa $ +# $Id: PKGBUILD 156423 2012-04-18 07:53:47Z 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=2 +pkgrel=3 pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables." arch=('i686' 'x86_64') url="http://linux.dell.com/efibootmgr/" @@ -49,4 +49,4 @@ package() { } md5sums=('cfcf24752d6461b73f7ba964bbf73169' '29730052de0d6911457a26011f8ddb6e' - 'd31f3c378cf8aac57b71620340c68b24') + 'b99b8f79842b96c241a0b0fcfb75c778') |