summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Spies2015-12-23 19:49:53 -0330
committerLukas Spies2015-12-23 19:49:53 -0330
commita9698877900ab2f625d63fe2137edf80b9636524 (patch)
tree8a5bff8c177c42e382d08c6c44cc03a017213e35 /PKGBUILD
parent1c3769c1c667054b3fbfd5103f2ff514c4b57877 (diff)
downloadaur-a9698877900ab2f625d63fe2137edf80b9636524.tar.gz
[1.3.23] fix: remove '-j4' from make, add missing maintainer name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 610b183c004d..c0e3fa9275ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: yourname <yourmail>
+# Maintainer: Lukas Spies <luspi (AT) gmx _DOT_ de>
pkgname=mingw-w64-graphicsmagick
pkgver=1.3.23
pkgrel=1
@@ -21,7 +21,7 @@ build() {
${_arch}-configure --enable-shared --without-x --with-quantum-depth=16 --with-modules --with-threads
sed -i "s/\/usr\/include/\/usr\/${_arch}\/include/g" Makefile
sed -i "s/\/usr\/lib/\/usr\/${_arch}\/lib/g" Makefile
- make -j4
+ make
popd
done
}