[arch-commits] Commit in syslinux/trunk (PKGBUILD)
Anatol Pomozov
anatolik at nymeria.archlinux.org
Mon Jun 9 16:28:53 UTC 2014
Date: Monday, June 9, 2014 @ 18:28:53
Author: anatolik
Revision: 214754
upgpkg: syslinux 6.03pre13-1
Modified:
syslinux/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-06-09 14:54:31 UTC (rev 214753)
+++ PKGBUILD 2014-06-09 16:28:53 UTC (rev 214754)
@@ -5,12 +5,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-pre13"
_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"
url="http://syslinux.zytor.com/"
@@ -17,7 +17,10 @@
license=('GPL2')
options=('!makeflags' '!emptydirs')
backup=('boot/syslinux/syslinux.cfg')
-makedepends=('git' 'python2' 'nasm' 'ncurses' 'lib32-glibc')
+makedepends=('git' 'python2' 'nasm' 'ncurses')
+if [[ "$CARCH" == "x86_64" ]]; then
+ makedepends+=('lib32-glibc')
+fi
depends=('perl' 'glibc')
optdepends=('perl-passwd-md5: For md5pass'
'perl-digest-sha1: For sha1pass'
More information about the arch-commits
mailing list