summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Stahlberg2021-02-06 14:25:38 +0100
committerMaximilian Stahlberg2021-02-06 14:25:38 +0100
commitacbc54980d8423d7244ab1133fd988de4b42cca7 (patch)
tree8f61b38967b80638987538d087319b64dac7fa72
parentad64f7b712c1ab9b757923d88bf2bcf77f7593d8 (diff)
downloadaur-acbc54980d8423d7244ab1133fd988de4b42cca7.tar.gz
Add git to makedepends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 612895f92bec..64dd66d3a7cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-pyscipopt-git
pkgdesc = A Python Interface to the SCIP Optimization Suite. Git version.
- pkgver = 3.0.1.r1.g61eb1dd
+ pkgver = 3.1.0.r3.gdc8e592
pkgrel = 1
url = http://scip.zib.de
arch = any
license = MIT
+ makedepends = git
makedepends = cython
makedepends = python-setuptools
depends = python
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")