summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaximilian Stahlberg2021-02-06 14:25:38 +0100
committerMaximilian Stahlberg2021-02-06 14:25:38 +0100
commitacbc54980d8423d7244ab1133fd988de4b42cca7 (patch)
tree8f61b38967b80638987538d087319b64dac7fa72 /PKGBUILD
parentad64f7b712c1ab9b757923d88bf2bcf77f7593d8 (diff)
downloadaur-acbc54980d8423d7244ab1133fd988de4b42cca7.tar.gz
Add git to makedepends.
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")