summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2015-09-26 20:42:36 +0200
committerMartchus2015-09-26 20:42:36 +0200
commit9c6218a610ef92a8a1ecda9fb13c7cbfc16c7567 (patch)
treed5a70c78333854e1cef1cca8ceac09324f1470a6
parent6465154399ded76900d6115e3e0fd0609f753353 (diff)
downloadaur-9c6218a610ef92a8a1ecda9fb13c7cbfc16c7567.tar.gz
do not force -j option in PKGBUILD file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9af00be4245a..b9bdbf3f823f 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 = 10
+ pkgrel = 11
url = https://github.com/Martchus/tageditor
install = tageditor.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 6256becddf34..bcc5a4142542 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_webviewprovider=qt5-webkit
pkgname=tageditor
pkgver=1.1.5
-pkgrel=10
+pkgrel=11
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 -j 4
+ make
}
package() {