summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSameer Puri2022-03-18 22:10:35 -0700
committerSameer Puri2022-03-18 22:10:35 -0700
commit619387e4d3cc7355cf8cef2f1ca3de11b4877a6a (patch)
tree9ccad794172dba47d09a24c4e1c609c728b99227
parentabedd03e0e11e06febc44f573996bb43cf8909ef (diff)
downloadaur-619387e4d3cc7355cf8cef2f1ca3de11b4877a6a.tar.gz
bump to v9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccfc14cc3097..d9eaf5016e12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-or-tools
pkgdesc = Google's Operations Research tools
- pkgver = 9.2
+ pkgver = 9.3
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.2.tar.gz
- b2sums = acfdc58991dcfc476ea7a448788a2a32250b0e8dcc9017e082746f12a06b203859b8d2f55c14542f58798c9fbecfc2daa3dd4f3b9d7c9557974469a273698afa
+ source = https://github.com/google/or-tools/archive/v9.3.tar.gz
+ b2sums = 3d2ca42788909801621efdb134e31d5638d9cbd50c4b879aa291a7ff7a0e8765b6bcb9d1a8cc37c17fbd7f77315587a9bccf143c765f2746778019f4a972405e
pkgname = python-or-tools
diff --git a/PKGBUILD b/PKGBUILD
index 40e3b0b57de9..e48deed017d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sameer Puri <aur@purisa.me>
pkgname=python-or-tools
-pkgver=9.2
+pkgver=9.3
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=('acfdc58991dcfc476ea7a448788a2a32250b0e8dcc9017e082746f12a06b203859b8d2f55c14542f58798c9fbecfc2daa3dd4f3b9d7c9557974469a273698afa')
+b2sums=('3d2ca42788909801621efdb134e31d5638d9cbd50c4b879aa291a7ff7a0e8765b6bcb9d1a8cc37c17fbd7f77315587a9bccf143c765f2746778019f4a972405e')
build() {
cd "${srcdir}/or-tools-${pkgver}"