From ed4cd3227225f826ec3e75dc39a0d6b1e862c162 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 3 Dec 2022 20:29:48 +0100 Subject: community/e3: fixed patching --- community/e3/PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'community/e3') diff --git a/community/e3/PKGBUILD b/community/e3/PKGBUILD index e9a8d88c..99097f1f 100644 --- a/community/e3/PKGBUILD +++ b/community/e3/PKGBUILD @@ -1,10 +1,8 @@ -# makedepends: yasm -> nasm # build(): 64 -> 32 - -makedepends=(${makedepends[@]/yasm/nasm}) +makedepends+=(nasm) eval "$( declare -f build \ | sed ' - s/ NASM_OR_YASM=\S\+ 64/ 32/ + s/ \(NASM_OR_YASM=\S\+\) clean 64/ \1 32/ ' )" -- cgit v1.2.3-54-g00ecf