diff options
author | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-22 20:50:54 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <andre@pc-01.localdomain> | 2012-05-22 20:50:54 -0300 |
commit | 70adead368e15e52dd29d8b9b0394db01a846ed0 (patch) | |
tree | 2da408cd3e06743c1418305919935794cbe7ae29 /libre/syslinux/PKGBUILD | |
parent | a43b5dbed8f9473af83e23015fb6dba87bdf9de7 (diff) | |
download | abslibre-70adead368e15e52dd29d8b9b0394db01a846ed0.tar.gz abslibre-70adead368e15e52dd29d8b9b0394db01a846ed0.tar.bz2 abslibre-70adead368e15e52dd29d8b9b0394db01a846ed0.zip |
syslinux-4.05-4.2: fixing issues
Diffstat (limited to 'libre/syslinux/PKGBUILD')
-rw-r--r-- | libre/syslinux/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libre/syslinux/PKGBUILD b/libre/syslinux/PKGBUILD index fed4d784a..f0c60030b 100644 --- a/libre/syslinux/PKGBUILD +++ b/libre/syslinux/PKGBUILD @@ -5,7 +5,7 @@ pkgname=syslinux pkgver=4.05 -pkgrel=4.1 +pkgrel=4.2 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://syslinux.zytor.com/" @@ -30,7 +30,7 @@ md5sums=('82299242418385da1274c9479a778cb2' '8dc2afca3739667e892faf04eb97e7b1' '680750f73dc2e587ac567d057d485813' '0035b6cac6756a384b861eda8d33e4f7' - '75750bd5b0f5bc51920164a01a6f5f2e') + '8674f8a0f480f26b705570d699c78a2c') build() { # Do not try to build syslinux with our default LDFLAGS, it will fail |