[arch-commits] Commit in syslinux/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sat Aug 24 20:44:41 UTC 2019
Date: Saturday, August 24, 2019 @ 20:44:41
Author: jelle
Revision: 361110
Replace python2 make dependency with python
Modified:
syslinux/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-24 20:18:09 UTC (rev 361109)
+++ PKGBUILD 2019-08-24 20:44:41 UTC (rev 361110)
@@ -17,7 +17,7 @@
# syslinux build system is a mess of submakes that does not work with -jN
# efi32/com32 do not like Arch cflags/ldflags, though it would be nice to have the flags for userspace tools
options=(!makeflags !buildflags)
-makedepends=(git python2 nasm upx asciidoc)
+makedepends=(git python nasm upx asciidoc)
makedepends_x86_64=(lib32-glibc) # efi32 needs it
optdepends=('perl-crypt-passwdmd5: For md5pass'
'perl-digest-sha1: For sha1pass'
More information about the arch-commits
mailing list