summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ebafbce4a46..d84dbb42d4f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = or-tools
pkgdesc = Google's Operations Research tools.
pkgver = 8.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/google/or-tools
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 284b2beaa31c..da1bce276bf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=or-tools
pkgver=8.2
-pkgrel=1
+pkgrel=2
pkgdesc="Google's Operations Research tools."
arch=('x86_64')
url="https://github.com/google/or-tools"
@@ -30,8 +30,8 @@ prepare() {
}
build() {
- cd "$pkgname-$pkgver"
- cmake --build build -- "${MAKEFLAGS}"
+ cd "$pkgname-$pkgver/build"
+ make
}
# https://github.com/google/or-tools/issues/2395