summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaximilian Stahlberg2021-12-16 21:51:20 +0100
committerMaximilian Stahlberg2021-12-16 21:51:20 +0100
commit1b34f8bb0f575f19ae9f443cf9c49fb0b8db5d3d (patch)
tree8985da9b64073bbec9a8bc52ecefee1cd9f91db6 /PKGBUILD
parent4fed34a2321f9951ecf82cecee36bda82feff0ae (diff)
downloadaur-python-pyscipopt.tar.gz
Update to 3.5.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"