Date: Saturday, October 30, 2010 @ 16:11:46 Author: tpowa Revision: 97504
upgpkg: syslinux 4.03-1 bump to latest version Modified: syslinux/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-10-30 19:28:12 UTC (rev 97503) +++ PKGBUILD 2010-10-30 20:11:46 UTC (rev 97504) @@ -3,7 +3,7 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=syslinux -pkgver=4.02 +pkgver=4.03 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Collection of flexible boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE" @@ -17,8 +17,6 @@ makedepends=('nasm') source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-${pkgver}.tar.bz2 syslinux-dont-build-dos-windows-targets.patch) -sha256sums=('95cfc459954c3b3660e3c03f8cf9553955affaa1348bd9aa3dca65fb5435337f' - '7e9301e37113d8bcddadc3a7d2fd6f3f433ef20ef6fa6df9fe9e256fa8868753') build() { # Do not try to build syslinux with our default LDFLAGS, it will fail @@ -35,3 +33,5 @@ cd "$srcdir"/$pkgname-${pkgver} make INSTALLROOT="$pkgdir" AUXDIR=/usr/lib/syslinux install } +md5sums=('a7ca38a0a5786b6efae8fb01a1ae8070' + '895722a392f3d798a7cc24bc154656f0')
