diff options
author | Maximilian Stahlberg | 2018-08-28 16:24:03 +0200 |
---|---|---|
committer | Maximilian Stahlberg | 2018-08-28 16:24:03 +0200 |
commit | f6d6fc4dd28e9e15895a89b68357c837cc19568d (patch) | |
tree | b24496f92d805c7aca38bbdb8d5853dcea29404f /.SRCINFO | |
parent | c4f91e3655d6bc5e0ba138b7f9a8f6ded6d7ef83 (diff) | |
download | aur-f6d6fc4dd28e9e15895a89b68357c837cc19568d.tar.gz |
Add the git variants as conflicting packages.
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Sun Aug 26 12:15:27 UTC 2018 +# Tue Aug 28 14:23:32 UTC 2018 pkgbase = python-picos pkgdesc = A Python interface to conic optimization solvers. pkgver = 1.1.2 - pkgrel = 5 + pkgrel = 6 url = https://gitlab.com/picos-api/picos arch = any license = GPL3 @@ -16,9 +16,11 @@ pkgname = python-picos depends = python-six depends = python-numpy depends = python-cvxopt + conflicts = python-picos-git pkgname = python2-picos depends = python2-six depends = python2-numpy depends = python2-cvxopt + conflicts = python2-picos-git |