summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Stahlberg2021-05-28 13:19:50 +0200
committerMaximilian Stahlberg2021-05-28 13:19:50 +0200
commit4fed34a2321f9951ecf82cecee36bda82feff0ae (patch)
tree1231e32fe744ea11ddbd7e576b7e8195050ee2ef
parent0a3a579a2f9afcc628eb65b5584a9914d019ac63 (diff)
downloadaur-4fed34a2321f9951ecf82cecee36bda82feff0ae.tar.gz
Update to 3.1.5.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff532515c020..19cbf87ef0ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pyscipopt
pkgdesc = A Python interface to the SCIP Optimization Suite.
- pkgver = 3.1.0
- pkgrel = 3
+ pkgver = 3.1.5
+ pkgrel = 1
url = https://www.scipopt.org/
arch = any
license = MIT
@@ -10,8 +10,8 @@ pkgbase = python-pyscipopt
depends = python
depends = scipoptsuite
conflicts = python-pyscipopt-git
- source = https://github.com/SCIP-Interfaces/PySCIPOpt/archive/v3.1.0.tar.gz
- md5sums = 9bf5f6b928888acb827298851804abc9
+ source = https://github.com/SCIP-Interfaces/PySCIPOpt/archive/v3.1.5.tar.gz
+ md5sums = 9192be97abe8e8c8f7b722f3152e2f27
pkgname = python-pyscipopt
diff --git a/PKGBUILD b/PKGBUILD
index 77c246e86a78..d9a7ef9fd2bc 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.1.5
+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=('9192be97abe8e8c8f7b722f3152e2f27')
build() {
cd "${srcdir}/PySCIPOpt-${pkgver}"