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

Tobias Powalowski tpowa at archlinux.org
Sun Jan 3 10:19:00 UTC 2010


    Date: Sunday, January 3, 2010 @ 05:19:00
  Author: tpowa
Revision: 62131

upgpkg: syslinux 3.84-2
    fixed #17663

Modified:
  syslinux/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-03 10:02:05 UTC (rev 62130)
+++ PKGBUILD	2010-01-03 10:19:00 UTC (rev 62131)
@@ -3,13 +3,13 @@
 # Maintainer: Dale Blount <dale at archlinux.org>
 pkgname=syslinux
 pkgver=3.84
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 pkgdesc="a boot loader for the Linux operating system which operates off an MS-DOS/Windows FAT filesystem."
 url="http://syslinux.org"
 license=(GPL)
-depends=('perl' 'glibc' 'mtools')
-makedepends=(nasm perl)
+depends=('perl' 'perl-passwd-md5' 'perl-digest-sha1' 'glibc' 'mtools')
+makedepends=(nasm)
 source=(http://www.kernel.org/pub/linux/utils/boot/syslinux/$pkgname-$pkgver.tar.bz2)
 
 build() {




More information about the arch-commits mailing list