diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-01-28 16:53:19 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-01-28 16:53:19 +0100 |
commit | 01346da4de50d9eda2660653fcaae6c1abfaa28a (patch) | |
tree | bd7bb7e3f004777c788f809c5a5a10a69839be13 /extra/efibootmgr | |
parent | 5bc312c4c7af74bbbb6042c5856bac6e53efa32c (diff) | |
parent | 1b9f6dc846379470b620b5dbb9d4d7acd1de148c (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/fcitx-chewing/PKGBUILD
community/fcitx-cloudpinyin/PKGBUILD
community/fcitx-rime/PKGBUILD
community/linux-tools/PKGBUILD
community/lxpanel/PKGBUILD
community/pdns/PKGBUILD
core/bash/PKGBUILD
core/gcc/PKGBUILD
core/glibc/PKGBUILD
extra/json-c/PKGBUILD
extra/liblouis/PKGBUILD
extra/live-media/PKGBUILD
extra/samba/PKGBUILD
extra/transmission/PKGBUILD
social/opentracker/PKGBUILD
Diffstat (limited to 'extra/efibootmgr')
-rwxr-xr-x | extra/efibootmgr/PKGBUILD | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/extra/efibootmgr/PKGBUILD b/extra/efibootmgr/PKGBUILD index 9d8a8b145..bc09be45f 100755 --- a/extra/efibootmgr/PKGBUILD +++ b/extra/efibootmgr/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 156423 2012-04-18 07:53:47Z tpowa $ +# $Id: PKGBUILD 176067 2013-01-27 09:30:54Z 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=3 +pkgver=0.6.0 +pkgrel=1 pkgdesc="Tool to modify UEFI Firmware Boot Manager Variables." arch=('i686' 'x86_64' 'mips64el') url="http://linux.dell.com/efibootmgr/" @@ -15,9 +15,7 @@ makedepends=() provides=() options=(strip purge docs zipman !emptydirs) -source=("http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz" - 'efibootmgr_after_0.5.4_git.patch' - 'efibootmgr_default_to_grub2.patch') +source=("http://linux.dell.com/efibootmgr/permalink/${pkgname}-${pkgver}.tar.gz") build () { rm -rf ${srcdir}/efibootmgr-${pkgver}_build/ || true @@ -26,8 +24,6 @@ build () { cd ${srcdir}/efibootmgr-${pkgver}_build/ - patch -Np1 -i ${srcdir}/efibootmgr_after_0.5.4_git.patch - patch -Np1 -i ${srcdir}/efibootmgr_default_to_grub2.patch echo CFLAGS= make @@ -47,6 +43,4 @@ package() { install -D -m644 ${srcdir}/efibootmgr-${pkgver}_build/src/man/man8/efibootmgr.8 ${pkgdir}/usr/share/man/man8/efibootmgr.8 } -md5sums=('cfcf24752d6461b73f7ba964bbf73169' - '29730052de0d6911457a26011f8ddb6e' - 'b99b8f79842b96c241a0b0fcfb75c778') +md5sums=('9e9a31d79e579644de83a14139b66d10') |