summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSameer Puri2023-03-13 13:16:32 -0700
committerSameer Puri2023-03-13 13:16:32 -0700
commit6d9b0044b566c400123e81b2f4f648ee21540644 (patch)
tree3feecfe5e84450164e9e1e88cac6d23b24151875
parent1c31a014aec8b9e1680837a3be3d597fa9e79f00 (diff)
downloadaur-6d9b0044b566c400123e81b2f4f648ee21540644.tar.gz
v9.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51063185c590..9bc2de986034 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-or-tools
pkgdesc = Google's Operations Research tools
- pkgver = 9.5
+ pkgver = 9.6
pkgrel = 1
url = https://github.com/google/or-tools
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = python-or-tools
optdepends = python-pandas: used by some examples
optdepends = python-matplotlib: used by some examples
options = !emptydirs
- source = https://github.com/google/or-tools/archive/v9.5.tar.gz
- b2sums = 4052f36286258b6715b75dc577193f3d930febb56df5eeed02bf5f3a69f0d4bf73342b17c70ea44c93f4c955109bc5de31e2533d272bda98ea1f7d63987fe165
+ source = https://github.com/google/or-tools/archive/v9.6.tar.gz
+ b2sums = 1c4a523db01d4d2675b4078b4c20557428ca1bd3aaad543026141ebbdb34a12ba9d38a6d2a483c6c384ea302f9760a13cad46c93960572ad12f94e6b2cf860a0
pkgname = python-or-tools
diff --git a/PKGBUILD b/PKGBUILD
index c6df0c032a3e..8c5472047b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sameer Puri <aur@purisa.me>
pkgname=python-or-tools
-pkgver=9.5
+pkgver=9.6
pkgrel=1
pkgdesc="Google's Operations Research tools"
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
@@ -11,7 +11,7 @@ makedepends=('cmake' 'wget' 'lsb-release' 'automake' 'python-wheel' 'python-pip'
optdepends=('cplex: CPLEX solver support' 'python-pandas: used by some examples' 'python-matplotlib: used by some examples')
options=(!emptydirs)
source=("https://github.com/google/or-tools/archive/v${pkgver}.tar.gz")
-b2sums=('4052f36286258b6715b75dc577193f3d930febb56df5eeed02bf5f3a69f0d4bf73342b17c70ea44c93f4c955109bc5de31e2533d272bda98ea1f7d63987fe165')
+b2sums=('1c4a523db01d4d2675b4078b4c20557428ca1bd3aaad543026141ebbdb34a12ba9d38a6d2a483c6c384ea302f9760a13cad46c93960572ad12f94e6b2cf860a0')
build() {
cd "${srcdir}/or-tools-${pkgver}"