diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-06-18 23:11:39 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-06-18 23:11:39 -0300 |
commit | f1a2cb6e4ce84ad229d53f7f51573aa50540fd9c (patch) | |
tree | c9bc10c71dbf7b8d3c90e25814f2c9e3df8c9513 /libre/syslinux | |
parent | fa2c2035e18c538fabb95517237619427ccc24f9 (diff) | |
download | abslibre-f1a2cb6e4ce84ad229d53f7f51573aa50540fd9c.tar.gz abslibre-f1a2cb6e4ce84ad229d53f7f51573aa50540fd9c.tar.bz2 abslibre-f1a2cb6e4ce84ad229d53f7f51573aa50540fd9c.zip |
syslinux-6.03pre14-1: updating version
Diffstat (limited to 'libre/syslinux')
-rw-r--r-- | libre/syslinux/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libre/syslinux/PKGBUILD b/libre/syslinux/PKGBUILD index 5d6634ee1..d60dbe1f3 100644 --- a/libre/syslinux/PKGBUILD +++ b/libre/syslinux/PKGBUILD @@ -6,12 +6,12 @@ ## "1" to enable IA32-EFI build in Arch x86_64, "0" to disable _IA32_EFI_IN_ARCH_X64="1" -_VER="6.03-pre12" +_VER="6.03-pre17" _GIT_TAG="syslinux-${_VER}" pkgname="syslinux" pkgver="${_VER/-/}" -pkgrel="3" +pkgrel="1" arch=('x86_64' 'i686') 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/" @@ -19,8 +19,11 @@ license=('GPL2') options=('!makeflags' '!emptydirs') backup=('boot/syslinux/syslinux.cfg' 'boot/syslinux/splash.png') -makedepends=('git' 'python2' 'nasm' 'ncurses' 'lib32-glibc') -depends=('perl' 'glibc') +makedepends=('git' 'python2' 'nasm' 'ncurses') +if [[ "$CARCH" == "x86_64" ]]; then + makedepends+=('lib32-glibc') +fi +depends=('glibc') optdepends=('perl-passwd-md5: For md5pass' 'perl-digest-sha1: For sha1pass' 'mtools: For mkdiskimage and syslinux support' |