summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86019e8dbe02..100d14e0c3ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de>
pkgname=python-pyscipopt-git
-pkgver=3.0.1.r1.g61eb1dd
+pkgver=3.1.0.r3.gdc8e592
pkgrel=1
pkgdesc='A Python Interface to the SCIP Optimization Suite. Git version.'
arch=('any')
url='http://scip.zib.de'
license=('MIT')
depends=('python' 'scipoptsuite')
-makedepends=('cython' 'python-setuptools')
+makedepends=('git' 'cython' 'python-setuptools')
conflicts=('python-pyscipopt')
source=("${pkgname}::git+https://github.com/SCIP-Interfaces/PySCIPOpt.git")