diff options
Diffstat (limited to 'core/syslinux/PKGBUILD')
-rw-r--r-- | core/syslinux/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/syslinux/PKGBUILD b/core/syslinux/PKGBUILD index adf769587..f8bcb9274 100644 --- a/core/syslinux/PKGBUILD +++ b/core/syslinux/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 151789 2012-03-02 23:26:36Z pierre $ +# $Id: PKGBUILD 155387 2012-04-03 08:18:06Z thomas $ # Maintainer: Thomas Bächler <thomas@archlinux.org> # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=syslinux pkgver=4.05 -pkgrel=3 +pkgrel=4 arch=('i686' 'x86_64') pkgdesc="Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE" url="http://syslinux.zytor.com/" @@ -12,7 +12,7 @@ license=('GPL2') depends=('perl' 'glibc') optdepends=('perl-passwd-md5: For md5pass' 'perl-digest-sha1: For sha1pass' - 'mtools: For mkdiskimage and fat support' + 'mtools: For mkdiskimage and syslinux support' ) makedepends=('nasm') backup=('boot/syslinux/syslinux.cfg') |