summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Stahlberg2021-02-09 16:51:32 +0100
committerMaximilian Stahlberg2021-02-09 16:51:32 +0100
commitfb06605495a7acbc100088bdc9698784db8c65aa (patch)
treecdaa852a335b0ff26f60893a5f15f01ed9c22fc9
parent2af68e1a1e9cc401ea28d22e5d1fc03b262c30d9 (diff)
downloadaur-fb06605495a7acbc100088bdc9698784db8c65aa.tar.gz
Update pkgver to 2.2.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1433163284aa..f18f8966e582 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-picos-git
pkgdesc = A Python interface to conic optimization solvers. Git version.
- pkgver = 2.1.r2.gf31ae78
- pkgrel = 2
+ pkgver = 2.2.r0.g8015e45
+ pkgrel = 1
url = https://gitlab.com/picos-api/picos
arch = any
license = GPL3
@@ -16,8 +16,9 @@ pkgbase = python-picos-git
optdepends = python-pyscipopt: solve using SCIP
optdepends = python-smcp: solve using SMCP
optdepends = python-swiglpk: solve using GLPK
+ provides = python-picos
conflicts = python-picos
- source = picos::git+https://gitlab.com/picos-api/picos.git
+ source = git+https://gitlab.com/picos-api/picos.git
md5sums = SKIP
pkgname = python-picos-git
diff --git a/PKGBUILD b/PKGBUILD
index a3791459f875..3c4d03517db1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de>
pkgname=python-picos-git
-pkgver=2.1.r2.gf31ae78
-pkgrel=2
+pkgver=2.2.r0.g8015e45
+pkgrel=1
pkgdesc='A Python interface to conic optimization solvers. Git version.'
arch=('any')
url='https://gitlab.com/picos-api/picos'
@@ -18,8 +18,9 @@ optdepends=(
'python-swiglpk: solve using GLPK'
)
makedepends=('git' 'python-setuptools')
+provides=('python-picos')
conflicts=('python-picos')
-source=("picos::git+https://gitlab.com/picos-api/picos.git")
+source=("git+https://gitlab.com/picos-api/picos.git")
md5sums=('SKIP')
pkgver() {