summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaximilian Stahlberg2020-07-08 11:15:34 +0200
committerMaximilian Stahlberg2020-07-08 11:15:34 +0200
commit86558f241e74cdc1b2866c25132056146218a88c (patch)
tree5bd97d76da506d557a35aaef93af441f78d32c67 /PKGBUILD
parentaad01e5ad17830208f3f9509cea920e7306dbaf3 (diff)
downloadaur-86558f241e74cdc1b2866c25132056146218a88c.tar.gz
Add conflict with python-pyscipopt-git.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f9a152584d1..789818d7af56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=python-pyscipopt
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='A Python Interface to the SCIP Optimization Suite.'
arch=('any')
url='http://scip.zib.de'
license=('MIT')
depends=('python' 'scipoptsuite')
makedepends=('cython' 'python-setuptools')
+conflicts=('python-pyscipopt-git')
source=("https://github.com/SCIP-Interfaces/PySCIPOpt/archive/v${pkgver}.tar.gz")
package() {