summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2023-11-23 12:06:24 +0100
committerAleksandar Trifunovic2023-11-23 12:06:24 +0100
commit3fc8da570df9f6c1a0d4c0affae3e52b56112d2e (patch)
tree8fcdda9f40492241072bfb46a517cf6886d0d590
parentc38e49b7764b0d09b71bee1ef57599dc0b9ad731 (diff)
downloadaur-3fc8da570df9f6c1a0d4c0affae3e52b56112d2e.tar.gz
v9.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba1e01d7c2bc..d9c18c66ad2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = or-tools
pkgdesc = Google's Operations Research tools.
- pkgver = 9.6
+ pkgver = 9.8
pkgrel = 1
url = https://github.com/google/or-tools
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = or-tools
depends = protobuf
depends = re2
depends = abseil-cpp
- source = or-tools-9.6.tar.gz::https://github.com/google/or-tools/archive/v9.6.tar.gz
- sha256sums = bc4b07dc9c23f0cca43b1f5c889f08a59c8f2515836b03d4cc7e0f8f2c879234
+ source = or-tools-9.8.tar.gz::https://github.com/google/or-tools/archive/v9.8.tar.gz
+ sha256sums = 85e10e7acf0a9d9a3b891b9b108f76e252849418c6230daea94ac429af8a4ea4
pkgname = or-tools
diff --git a/PKGBUILD b/PKGBUILD
index c72f8fdb9760..df815e8d42f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aleksandar Trifunović <akstrfn at gmail dot com>
pkgname=or-tools
-pkgver=9.6
+pkgver=9.8
pkgrel=1
pkgdesc="Google's Operations Research tools."
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
depends=('coin-or-cbc' 'protobuf' 're2' 'abseil-cpp')
makedepends=('cmake' 'pkgconf' 'git' 'eigen')
source=("$pkgname-$pkgver.tar.gz::https://github.com/google/or-tools/archive/v${pkgver}.tar.gz")
-sha256sums=('bc4b07dc9c23f0cca43b1f5c889f08a59c8f2515836b03d4cc7e0f8f2c879234')
+sha256sums=('85e10e7acf0a9d9a3b891b9b108f76e252849418c6230daea94ac429af8a4ea4')
build() {
cmake -S "$pkgname-$pkgver" -B build \