summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSameer Puri2024-03-01 10:00:55 -0800
committerSameer Puri2024-03-01 10:00:55 -0800
commit43963a0be1805527eeabc8f600ff3aa6dc2872d2 (patch)
treeb9665775b967dee31212f229c546bf1e1a5f8560
parentbd32de6572c79761bcab964101062b879830671e (diff)
downloadaur-43963a0be1805527eeabc8f600ff3aa6dc2872d2.tar.gz
remove -j
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a83138d5e312..22de2f753c7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-or-tools
pkgdesc = Google's Operations Research tools
pkgver = 9.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/or-tools
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c01257116769..876b7abda257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sameer Puri <aur@purisa.me>
pkgname=python-or-tools
pkgver=9.8
-pkgrel=1
+pkgrel=2
pkgdesc="Google's Operations Research tools"
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
url="https://github.com/google/or-tools"
@@ -24,7 +24,7 @@ build() {
else
cmake -S. -Bbuild -DBUILD_PYTHON:BOOL=ON -DBUILD_CXX_SAMPLES=OFF -DBUILD_CXX_EXAMPLES=OFF
fi
- cmake --build build -j --config Release --target all
+ cmake --build build --config Release --target all
}
package() {