summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2013-04-29 02:12:31 +0530
committerKeshav Amburay2013-04-29 02:12:31 +0530
commite81adcf6887cf60bc48773f0e18ec9637fcbe502 (patch)
tree43783a9a54b97c317ed6822648e1b2cd184f6b25
parentcb8b84996aae38c7a4dbc872b954050317906de2 (diff)
downloadaur-e81adcf6887cf60bc48773f0e18ec9637fcbe502.tar.gz
M
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79a93f480974..6ff0a5fecde1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = refind-efi-git
depends = dosfstools
depends = efibootmgr
optdepends = mactel-boot: For bless command in Apple Mac systems
+ optdepends = bash: For /usr/bin/refind-mkfont script
optdepends = imagemagick: For /usr/bin/refind-mkfont script
provides = refind-efi
conflicts = refind-efi
diff --git a/PKGBUILD b/PKGBUILD
index fe2a202f90ba..9740863247d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,6 +33,7 @@ license=('GPL3' 'custom')
makedepends=('git' 'subversion' 'python2')
depends=('dosfstools' 'efibootmgr')
optdepends=('mactel-boot: For bless command in Apple Mac systems'
+ 'bash: For /usr/bin/refind-mkfont script'
'imagemagick: For /usr/bin/refind-mkfont script')
options=('!strip' 'docs' '!makeflags')