[arch-commits] Commit in syslinux/trunk (PKGBUILD)

Thomas Bächler thomas at archlinux.org
Mon Jun 28 22:44:19 UTC 2010


    Date: Monday, June 28, 2010 @ 18:44:18
  Author: thomas
Revision: 84297

Upgrade to 4.00 final

Modified:
  syslinux/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-06-28 19:27:06 UTC (rev 84296)
+++ PKGBUILD	2010-06-28 22:44:18 UTC (rev 84297)
@@ -3,8 +3,7 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=syslinux
-_dlver=4.00-pre62
-pkgver=$(echo ${_dlver} | sed 's|-||g')
+pkgver=4.00
 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"
@@ -16,12 +15,12 @@
             'mtools:           For mkdiskimage and syslinux'
            )
 makedepends=('nasm')
-source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/$pkgname-${_dlver}.tar.bz2)
-sha256sums=('3a1c09fed4586ed88f321892178fc065b976e04b78e77d574a5a322e09268a51')
+source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-${pkgver}.tar.bz2)
+sha256sums=('b56ba2614a1745982f07170a9efe9dee3cb796ff29a17c9b82c81a4c47f06f98')
 
 build() {
   LDFLAGS=""
-  cd "$srcdir"/$pkgname-${_dlver}
+  cd "$srcdir"/$pkgname-${pkgver}
   sed -i -e 's#win32/syslinux.exe##g' Makefile
   make || return 1
   make SBINDIR="$pkgdir"/usr/sbin BINDIR="$pkgdir"/usr/bin INCDIR="$pkgdir"/usr/include MANDIR="$pkgdir"/usr/share/man AUXDIR="$pkgdir"/usr/lib/syslinux install




More information about the arch-commits mailing list