summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Stahlberg2021-12-16 21:51:20 +0100
committerMaximilian Stahlberg2021-12-16 21:51:20 +0100
commit1b34f8bb0f575f19ae9f443cf9c49fb0b8db5d3d (patch)
tree8985da9b64073bbec9a8bc52ecefee1cd9f91db6
parent4fed34a2321f9951ecf82cecee36bda82feff0ae (diff)
downloadaur-python-pyscipopt.tar.gz
Update to 3.5.0.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19cbf87ef0ef..4e811c8b364a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pyscipopt
pkgdesc = A Python interface to the SCIP Optimization Suite.
- pkgver = 3.1.5
+ pkgver = 3.5.0
pkgrel = 1
url = https://www.scipopt.org/
arch = any
@@ -10,8 +10,7 @@ pkgbase = python-pyscipopt
depends = python
depends = scipoptsuite
conflicts = python-pyscipopt-git
- source = https://github.com/SCIP-Interfaces/PySCIPOpt/archive/v3.1.5.tar.gz
- md5sums = 9192be97abe8e8c8f7b722f3152e2f27
+ source = https://github.com/SCIP-Interfaces/PySCIPOpt/archive/v3.5.0.tar.gz
+ md5sums = 6dca7e4589e3d0a0b5bc566835a0618a
pkgname = python-pyscipopt
-
diff --git a/PKGBUILD b/PKGBUILD
index d9a7ef9fd2bc..076a4e76acdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de>
pkgname=python-pyscipopt
-pkgver=3.1.5
+pkgver=3.5.0
pkgrel=1
pkgdesc='A Python interface to the SCIP Optimization Suite.'
arch=('any')
@@ -11,7 +11,7 @@ depends=('python' 'scipoptsuite')
makedepends=('cython' 'python-setuptools')
conflicts=('python-pyscipopt-git')
source=("https://github.com/SCIP-Interfaces/PySCIPOpt/archive/v${pkgver}.tar.gz")
-md5sums=('9192be97abe8e8c8f7b722f3152e2f27')
+md5sums=('6dca7e4589e3d0a0b5bc566835a0618a')
build() {
cd "${srcdir}/PySCIPOpt-${pkgver}"