summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2020-06-12 22:26:31 +0200
committerFrederik Schwan2020-06-12 22:26:31 +0200
commit767e7e78bff4791f6c105139cfcae3519372fcee (patch)
treed8ce0dce3be6796aac2cfa5f302af20d6bb6eb9a
parent8b03330e8640315758ed1226c4555ba8142b9b3a (diff)
downloadaur-767e7e78bff4791f6c105139cfcae3519372fcee.tar.gz
upgpkg: or-tools-java 7.7-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 843cfb785af3..2ba572b9434a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = or-tools-java
pkgdesc = Google`s Operations Research tools. With Java bindings
- pkgver = 7.6
+ pkgver = 7.7
pkgrel = 1
url = https://github.com/google/or-tools
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = or-tools-java
makedepends = cmake
makedepends = git
depends = java-runtime>=7.0
- source = https://github.com/google/or-tools/archive/v7.6/or-tools-java-7.6.tar.gz
+ source = https://github.com/google/or-tools/archive/v7.7/or-tools-java-7.7.tar.gz
source = git+https://github.com/gflags/gflags.git
source = git+https://github.com/google/glog.git
source = git+https://github.com/google/protobuf.git
@@ -21,7 +21,7 @@ pkgbase = or-tools-java
source = git+https://github.com/coin-or/Clp.git
source = git+https://github.com/coin-or/Osi.git
source = git+https://github.com/coin-or/CoinUtils.git
- b2sums = 276fc43ff736dbc559118d887d17bc140151b2754dc96f936b4a2238e75b120028590396b8134d08c237c2a224180ec29c29fa37e85cd292511943b8d89651b3
+ b2sums = b1f14639faa801be9e892cd958b32b51c46e64574c1fc3ddc31a48e1e9092373a7ca35c4b6b5e95e250a9d256e48525e558629108709511920c94a062ff8c15b
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3985befb7d62..362a22f03dbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederik Schwan <freswa at archlinux dot org>
pkgname=or-tools-java
-pkgver=7.6
+pkgver=7.7
pkgrel=1
pkgdesc='Google`s Operations Research tools. With Java bindings'
arch=('x86_64')
@@ -20,7 +20,7 @@ source=("https://github.com/google/or-tools/archive/v${pkgver}/${pkgname}-${pkgv
'git+https://github.com/coin-or/Clp.git'
'git+https://github.com/coin-or/Osi.git'
'git+https://github.com/coin-or/CoinUtils.git')
-b2sums=('276fc43ff736dbc559118d887d17bc140151b2754dc96f936b4a2238e75b120028590396b8134d08c237c2a224180ec29c29fa37e85cd292511943b8d89651b3'
+b2sums=('b1f14639faa801be9e892cd958b32b51c46e64574c1fc3ddc31a48e1e9092373a7ca35c4b6b5e95e250a9d256e48525e558629108709511920c94a062ff8c15b'
'SKIP'
'SKIP'
'SKIP'
@@ -65,12 +65,12 @@ package() {
install -Dm755 -t "${pkgdir}"/usr/lib/${pkgname} \
lib/libjniortools.so \
lib/libortools.so \
- dependencies/install/lib/libprotobuf-lite.so.3.11.2.0 \
+ dependencies/install/lib/libprotobuf-lite.so.3.12.2.0 \
dependencies/install/lib/libgflags_nothreads.so.2.2.2 \
- dependencies/install/lib/libprotoc.so.3.11.2.0 \
+ dependencies/install/lib/libprotoc.so.3.12.2.0 \
dependencies/install/lib/libgflags.so.2.2.2 \
dependencies/install/lib/libglog.so.0.4.0 \
- dependencies/install/lib/libprotobuf.so.3.11.2.0
+ dependencies/install/lib/libprotobuf.so.3.12.2.0
for i in "${pkgdir}"/usr/lib/${pkgname}/*.so.*; do ln -rs ${i} ${i%so.*}so; done
install -Dm755 -t "${pkgdir}/usr/share/java/${pkgname}" lib/com.google.ortools.jar
echo "/usr/lib/${pkgname}" > "${pkgdir}"/etc/ld.so.conf.d/${pkgname}.conf