diff options
Diffstat (limited to 'extra/refind-efi/PKGBUILD')
-rw-r--r-- | extra/refind-efi/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/refind-efi/PKGBUILD b/extra/refind-efi/PKGBUILD index 25f94332c..9f272f14e 100644 --- a/extra/refind-efi/PKGBUILD +++ b/extra/refind-efi/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 215215 2014-06-16 18:49:42Z tpowa $ +# $Id: PKGBUILD 216639 2014-07-08 15:26:40Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Contributor: Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> @@ -13,7 +13,7 @@ _USE_GNU_EFI="1" ####### pkgname="refind-efi" -pkgver="0.8.2" +pkgver="0.8.3" pkgrel="1" pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager" url="http://www.rodsbooks.com/refind/index.html" @@ -31,9 +31,10 @@ install="${pkgname}.install" source=("http://downloads.sourceforge.net/refind/refind-src-${pkgver}.zip" 'refind_linux.conf') -md5sums=('3752afeca886c9c9d9176490a35cd1f5' +md5sums=('ed0a6048e135e7140ee37540819454fa' '12ce3e22a216e7b25c253478a34713b4') + if [[ "${_USE_GNU_EFI}" == "1" ]]; then pkgdesc="${pkgdesc} - Built with GNU-EFI libs" |