summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0614a3e440c..03c0767da91a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Sun May 12 09:41:49 UTC 2019
pkgbase = python-pyscipopt
pkgdesc = A Python Interface to the SCIP Optimization Suite.
- pkgver = 2.1.5
+ pkgver = 2.2.3
pkgrel = 1
url = http://scip.zib.de
arch = any
@@ -11,8 +9,8 @@ pkgbase = python-pyscipopt
makedepends = python-setuptools
makedepends = python2-setuptools
depends = scipoptsuite
- source = https://github.com/SCIP-Interfaces/PySCIPOpt/archive/v2.1.5.tar.gz
- md5sums = 6b9336652fa350fb682298cb3034f006
+ source = https://github.com/SCIP-Interfaces/PySCIPOpt/archive/v2.2.3.tar.gz
+ md5sums = d0ba7042aec3c8f246b74034ef42656a
pkgname = python-pyscipopt
depends = scipoptsuite
diff --git a/PKGBUILD b/PKGBUILD
index 2aff40548f97..ae266906f237 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de>
-pkgbase=('python-pyscipopt')
+pkgbase='python-pyscipopt'
pkgname=('python-pyscipopt' 'python2-pyscipopt')
-pkgver=2.1.5
+pkgver=2.2.3
pkgrel=1
pkgdesc='A Python Interface to the SCIP Optimization Suite.'
arch=('any')
@@ -28,4 +28,4 @@ package_python2-pyscipopt() {
python2 setup.py install --root=${pkgdir} --optimize=1
}
-md5sums=('6b9336652fa350fb682298cb3034f006')
+md5sums=('d0ba7042aec3c8f246b74034ef42656a')