summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01c5c54d5a60..7e301c7ad0a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Dec 12 15:33:42 UTC 2017
+# Wed Aug 8 05:10:46 UTC 2018
pkgbase = python-picos
pkgdesc = A Python Interface for Conic Optimization Solvers.
pkgver = 1.1.2
- pkgrel = 2
+ pkgrel = 3
url = http://picos.zib.de
arch = any
license = GPL3
makedepends = python-setuptools
makedepends = python2-setuptools
- source = http://picos.zib.de/dist/PICOS-1.1.2.tar.gz
- md5sums = e5f7996a70b9ee5bbc5f28347c52a2df
+ source = https://gitlab.com/picos-api/picos/-/archive/v1.1.2/picos-v1.1.2.tar.gz
+ md5sums = aadf3b0c543b5dfdcfefdf007f11cf39
pkgname = python-picos
depends = python-six
diff --git a/PKGBUILD b/PKGBUILD
index 6cc693791223..8979dc0dfd8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgbase=('python-picos')
pkgname=('python-picos' 'python2-picos')
pkgver=1.1.2
-pkgrel=2
+pkgrel=3
pkgdesc='A Python Interface for Conic Optimization Solvers.'
arch=('any')
url='http://picos.zib.de'
license=('GPL3')
makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://picos.zib.de/dist/PICOS-${pkgver}.tar.gz")
+source=("https://gitlab.com/picos-api/picos/-/archive/v${pkgver}/picos-v${pkgver}.tar.gz")
package_python-picos() {
depends=('python-six' 'python-numpy' 'python-cvxopt')
@@ -27,4 +27,4 @@ package_python2-picos() {
python2 setup.py install --root=${pkgdir}
}
-md5sums=('e5f7996a70b9ee5bbc5f28347c52a2df')
+md5sums=('aadf3b0c543b5dfdcfefdf007f11cf39')