summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Spies2015-12-23 19:49:53 -0330
committerLukas Spies2015-12-23 19:49:53 -0330
commita9698877900ab2f625d63fe2137edf80b9636524 (patch)
tree8a5bff8c177c42e382d08c6c44cc03a017213e35
parent1c3769c1c667054b3fbfd5103f2ff514c4b57877 (diff)
downloadaur-a9698877900ab2f625d63fe2137edf80b9636524.tar.gz
[1.3.23] fix: remove '-j4' from make, add missing maintainer name
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d3c60f55931..8b7a6d48c944 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Dec 23 23:00:56 UTC 2015
+# Wed Dec 23 23:19:27 UTC 2015
pkgbase = mingw-w64-graphicsmagick
pkgdesc = Image processing system (mingw-w64)
pkgver = 1.3.23
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
}