summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2020-06-14 19:30:08 +0200
committerAleksandar Trifunovic2020-06-14 19:30:08 +0200
commit478af081289d916b935f04ef5ecff24369e899cd (patch)
treec8e723e03e44345f6afe21350f236aad46e9db35
parenta5edc2ec25ac5ec8698f874b807bf4fac2ebcae5 (diff)
downloadaur-478af081289d916b935f04ef5ecff24369e899cd.tar.gz
v7.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index decdde64022c..2a054f0265b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = or-tools
pkgdesc = Google's Operations Research tools.
- pkgver = 7.6
+ pkgver = 7.7
pkgrel = 1
url = https://github.com/google/or-tools
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = or-tools
depends = coin-or-cbc
depends = protobuf
conflicts = python-or-tools
- source = https://github.com/google/or-tools/archive/v7.6.tar.gz
+ source = https://github.com/google/or-tools/archive/v7.7.tar.gz
source = pkg-conf.patch
- sha256sums = a41202ebe24e030dccaf15846bd24224eec692b523edd191596b6a15159a2d47
+ sha256sums = d20eb031ea3f1b75e55e44ae6acdb674ee6fb31e7a56498be32dc83ba9bc13bd
sha256sums = 2fc50395b8d835543df1172f3b1cddeac2d50b1d8fb7916d4268d6b3b21230a3
pkgname = or-tools
diff --git a/PKGBUILD b/PKGBUILD
index abc03b77b3a5..b2b6b13b0ef4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Aleksandar Trifunović <akstrfn at gmail dot com>
pkgname=or-tools
-pkgver=7.6
+pkgver=7.7
pkgrel=1
pkgdesc="Google's Operations Research tools."
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('gcc-libs' 'protobuf' 'gflags' 'google-glog' 'coin-or-cbc' 'protobuf')
makedepends=('cmake' 'pkgconf' 'git')
source=("https://github.com/google/or-tools/archive/v${pkgver}.tar.gz"
"pkg-conf.patch")
-sha256sums=('a41202ebe24e030dccaf15846bd24224eec692b523edd191596b6a15159a2d47'
+sha256sums=('d20eb031ea3f1b75e55e44ae6acdb674ee6fb31e7a56498be32dc83ba9bc13bd'
'2fc50395b8d835543df1172f3b1cddeac2d50b1d8fb7916d4268d6b3b21230a3')
conflicts=('python-or-tools') # because it copies libortools.so to usr/lib