summaryrefslogtreecommitdiff
path: root/libre/syslinux
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-08 14:04:58 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-06-08 14:04:58 -0300
commit295faf787e8e69fac5e32f7ae1f07e99883a3ebc (patch)
tree0f35adae7f6b203a89455e90bf8fd8d2440ce63d /libre/syslinux
parent4a0c20ec1de715e1307e03fbc3975d3266d869ad (diff)
syslinux: updating version
Diffstat (limited to 'libre/syslinux')
-rw-r--r--libre/syslinux/PKGBUILD8
-rw-r--r--libre/syslinux/syslinux-install_update2
2 files changed, 5 insertions, 5 deletions
diff --git a/libre/syslinux/PKGBUILD b/libre/syslinux/PKGBUILD
index d23deae0a..f9907d3f4 100644
--- a/libre/syslinux/PKGBUILD
+++ b/libre/syslinux/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 185894 2013-05-19 17:17:51Z tpowa $
+# $Id: PKGBUILD 187808 2013-06-06 07:51:31Z tpowa $
# Maintainer: Thomas Bächler <thomas@archlinux.org>
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
pkgname=syslinux
-pkgver=5.01
-pkgrel=4
+pkgver=5.10
+pkgrel=3
arch=('i686' 'x86_64')
pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE (Parabola rebranded)"
url="http://www.syslinux.org"
@@ -25,7 +25,7 @@ source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-${pkgver}.t
syslinux.cfg
syslinux-install_update
splash.png)
-md5sums=('6c21244277fa4e444967ba45469de863'
+md5sums=('8f51d6a5d2730f534ba90e71f3347bff'
'25af85a05e7b212b7fb8b7587175e492'
'e5a69630e3f7083aad2d14362b6117b3'
'4450792e13a0270c1b89bb6a66ce2fbc'
diff --git a/libre/syslinux/syslinux-install_update b/libre/syslinux/syslinux-install_update
index 6d52f7703..47d4d88be 100644
--- a/libre/syslinux/syslinux-install_update
+++ b/libre/syslinux/syslinux-install_update
@@ -334,7 +334,7 @@ _install() {
update() {
# Update c32 files in /boot, if /boot is not on same fs
if [[ "$boot" = boot ]]; then
- for file in "$bootpath"/*.{c32}; do
+ for file in "$bootpath"/*.c32; do
file=${file##*/}
cp "$libpath/$file" "$bootpath/$file" &> /dev/null
done