summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 832039049eef..ca1639cab5e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ecos
pkgdesc = Python interface for ECOS.
- pkgver = 2.0.8
+ pkgver = 2.0.10
pkgrel = 1
url = https://github.com/embotech/ecos-python
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = python-ecos
depends = python-scipy
depends = ecos
depends = suitesparse
- source = https://github.com/embotech/ecos-python/archive/2.0.8.tar.gz
+ source = python-ecos-2.0.10.tar.gz::https://github.com/embotech/ecos-python/archive/v2.0.10.tar.gz
source = use_external_ecos.patch
- sha256sums = 4715d97fa728c1446e2a68a3009f73325c79c509b25ad745d3756a397193d884
+ sha256sums = fc22c5cc7883c4a446283d28dc051c9ba0f899d497f75468fcd0bb2f29139726
sha256sums = c929cbe71cf8a109a66cbc681c6c501c42517b44e63f88440c36e5c7ca9e3be9
pkgname = python-ecos
diff --git a/PKGBUILD b/PKGBUILD
index 70ff06063082..93a331ac0e6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-ecos'
_module='ecos-python'
-pkgver='2.0.8'
+pkgver='2.0.10'
pkgrel=1
pkgdesc="Python interface for ECOS."
url="https://github.com/embotech/ecos-python"
@@ -13,9 +13,9 @@ makedepends=('python-setuptools')
checkdepends=('python-nose')
license=('GPL3')
arch=('x86_64')
-source=("https://github.com/embotech/ecos-python/archive/${pkgver}.tar.gz"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/embotech/ecos-python/archive/v${pkgver}.tar.gz"
"use_external_ecos.patch")
-sha256sums=('4715d97fa728c1446e2a68a3009f73325c79c509b25ad745d3756a397193d884'
+sha256sums=('fc22c5cc7883c4a446283d28dc051c9ba0f899d497f75468fcd0bb2f29139726'
'c929cbe71cf8a109a66cbc681c6c501c42517b44e63f88440c36e5c7ca9e3be9')
prepare() {