From f1a2cb6e4ce84ad229d53f7f51573aa50540fd9c Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 18 Jun 2014 23:11:39 -0300 Subject: syslinux-6.03pre14-1: updating version --- libre/syslinux/PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'libre') 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' -- cgit v1.2.3