summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2023-04-30 18:09:06 +0200
committerChristopher Arndt2023-04-30 18:09:06 +0200
commit4c311f089f8b302c779f553d45410999f4485dc4 (patch)
tree496dc0ce4f3875fe3c52ebd2a9c90a7b85c27f13 /PKGBUILD
parent1489ea3842993a8c496d5bab2430f2d024f5e9f5 (diff)
downloadaur-seq66-git.tar.gz
Better multi-core make option form
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc077947dcc1..be0de362c3a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=seq66
pkgname=$_pkgname-git
-pkgver=0.99.0.r0.g3102ace6
+pkgver=0.99.4.r0.gd06e4a10
pkgrel=1
pkgdesc='A live-looping sequencer with a Qt graphical interface (git version)'
arch=(x86_64)
@@ -29,7 +29,7 @@ build() {
cd $_pkgname
./bootstrap
./configure --prefix=/usr --enable-rtmidi
- make -j $[$(nproc) - 1]
+ make -j$(nproc --ignore=1)
}
package() {