summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-06-08 22:37:58 -0400
committerGuillaume Horel2021-06-08 22:37:58 -0400
commita65efcc44ac44ba4f2627ddc664eb9b787b183b3 (patch)
tree1a5c1c2af9ccbceb8e196e28f0bf9a6fbedb9154
parent1df3f4dda6719fa8d00cb2e30aae33443b56a2ca (diff)
downloadaur-a65efcc44ac44ba4f2627ddc664eb9b787b183b3.tar.gz
bump to 2.0.8
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a65c1f3adf01..832039049eef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-ecos
pkgdesc = Python interface for ECOS.
- pkgver = 2.0.7
+ pkgver = 2.0.8
pkgrel = 1
url = https://github.com/embotech/ecos-python
arch = x86_64
@@ -11,10 +11,9 @@ pkgbase = python-ecos
depends = python-scipy
depends = ecos
depends = suitesparse
- source = https://github.com/embotech/ecos-python/archive/2.0.7.tar.gz
+ source = https://github.com/embotech/ecos-python/archive/2.0.8.tar.gz
source = use_external_ecos.patch
- sha256sums = 5cec19d5647b2bf8f07c7c06c7005d2113c44a911dd7832a4955b228af19982c
+ sha256sums = 4715d97fa728c1446e2a68a3009f73325c79c509b25ad745d3756a397193d884
sha256sums = c929cbe71cf8a109a66cbc681c6c501c42517b44e63f88440c36e5c7ca9e3be9
pkgname = python-ecos
-
diff --git a/PKGBUILD b/PKGBUILD
index 4b779f203141..70ff06063082 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.7'
+pkgver='2.0.8'
pkgrel=1
pkgdesc="Python interface for ECOS."
url="https://github.com/embotech/ecos-python"
@@ -15,7 +15,7 @@ license=('GPL3')
arch=('x86_64')
source=("https://github.com/embotech/ecos-python/archive/${pkgver}.tar.gz"
"use_external_ecos.patch")
-sha256sums=('5cec19d5647b2bf8f07c7c06c7005d2113c44a911dd7832a4955b228af19982c'
+sha256sums=('4715d97fa728c1446e2a68a3009f73325c79c509b25ad745d3756a397193d884'
'c929cbe71cf8a109a66cbc681c6c501c42517b44e63f88440c36e5c7ca9e3be9')
prepare() {