summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2017-02-22 15:57:36 -0800
committerLlewelyn Trahaearn2017-02-22 15:57:36 -0800
commite87e732a8406ec02c613ad1f50f59142851c684c (patch)
treee8b5104e9051c89b9ab9ba9a9352b87409d34a8c
parentb88196850d7dd1e82a483180e34ebf2b44fe062e (diff)
downloadaur-e87e732a8406ec02c613ad1f50f59142851c684c.tar.gz
Remove superfluous new line.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4120cf2f2d30..be91d12de9de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Feb 22 23:50:21 UTC 2017
+# Wed Feb 22 23:57:20 UTC 2017
pkgbase = grub-git
pkgdesc = GNU GRand Unified Bootloader (2)
pkgver = 2.02.rc1.r5.g512bb31cb
diff --git a/PKGBUILD b/PKGBUILD
index 8c1080de9844..3349296c8ba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -33,8 +33,7 @@ optdepends=('dosfstools: For grub-mkrescue FAT FS and EFI support'
'fuse2: For grub-mount usage'
'libisoburn: Provides xorriso for generating grub rescue iso using grub-mkrescue'
'mtools: For grub-mkrescue FAT FS support'
- 'os-prober: To detect other OSes when generating grub.cfg in BIOS systems'
-)
+ 'os-prober: To detect other OSes when generating grub.cfg in BIOS systems')
if [[ "${_GRUB_EMU_BUILD}" == "1" ]]; then
makedepends+=('libusbx' 'sdl')