summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2015-09-06 21:13:34 +0200
committerMartchus2015-09-06 21:13:34 +0200
commit6465154399ded76900d6115e3e0fd0609f753353 (patch)
treecaec991bef654bcbb30f686a6e7059b988b1843b
parent5b53951a4dc279264797da533c0cf788f5e5b914 (diff)
downloadaur-6465154399ded76900d6115e3e0fd0609f753353.tar.gz
run 4 jobs simultaneously to speed up build process
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c4e75a687b6..9af00be4245a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tageditor
pkgdesc = A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska.
pkgver = 1.1.5
- pkgrel = 9
+ pkgrel = 10
url = https://github.com/Martchus/tageditor
install = tageditor.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 456c3344ac6f..6256becddf34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_webviewprovider=qt5-webkit
pkgname=tageditor
pkgver=1.1.5
-pkgrel=9
+pkgrel=10
arch=('i686' 'x86_64')
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4 (iTunes), ID3, Vorbis and Matroska."
license=('GPL')
@@ -23,7 +23,7 @@ build() {
cfg+=(forcewebkit)
fi
INSTALL_ROOT=$pkgdir/usr/ qmake-qt5 "$pkgname.pro" $(for val in "${cfg[@]}"; do echo -n "CONFIG+=$val "; done)
- make
+ make -j 4
}
package() {