summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2012-06-07 00:50:31 +0530
committerKeshav Amburay2012-06-07 00:50:31 +0530
commit88d36280456557cf4e35e60099fd702dc319bcae (patch)
tree3680df3a0b8b9c5a76ed82956dbfcdb7b4dee7cf /PKGBUILD
parent47b3c16b7e8627472dd43231556dd38603654272 (diff)
downloadaur-88d36280456557cf4e35e60099fd702dc319bcae.tar.gz
Bump, rename package, trim down .INSTALL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 865454283f15..65ac3e73b965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# _GNU_EFI_LIB_DIR="/usr/lib"
_actualname="refind"
-_pkgname="${_actualname}-x86_64"
+_pkgname="${_actualname}-efi-x86_64"
pkgname="${_pkgname}-git"
-pkgver=20120521
+pkgver=20120607
pkgrel=1
-pkgdesc="Rod Smith's fork of rEFIt (U)EFI Boot Manager - GIT Version"
+pkgdesc="Rod Smith's fork of rEFIt UEFI Boot Manager - GIT Development Version"
url="http://www.rodsbooks.com/refind/index.html"
arch=('any')
license=('GPL3' 'custom')
-makedepends=('git' 'gnu-efi')
+makedepends=('git' 'gnu-efi>=3.0q')
depends=('dosfstools' 'efibootmgr')
optdepends=('mactel-boot: For bless command in Apple Mac systems')
@@ -29,7 +29,7 @@ install="${_pkgname}.install"
source=('refind_include_more_shell_paths.patch'
'refind_linux.conf')
-sha256sums=('09597effe23ddab2c27150cf8f3347068b1f60d28c52fe1df7d607d4a5ebc372'
+sha256sums=('db84334a7bea73c6843d82e9d02e1edbda65ff9806bc64e89b885c606c87e5b6'
'9aac6e65018965ba182ec2d246d37fc5f9269ae96504956d8a51355c3ba1b62f')
_gitroot="git://git.code.sf.net/p/refind/code"