summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77c246e86a78..076a4e76acdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de>
pkgname=python-pyscipopt
-pkgver=3.1.0
-pkgrel=3
+pkgver=3.5.0
+pkgrel=1
pkgdesc='A Python interface to the SCIP Optimization Suite.'
arch=('any')
url='https://www.scipopt.org/'
@@ -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=('9bf5f6b928888acb827298851804abc9')
+md5sums=('6dca7e4589e3d0a0b5bc566835a0618a')
build() {
cd "${srcdir}/PySCIPOpt-${pkgver}"