summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2019-05-02 15:56:12 -0400
committerGuillaume Horel2019-05-02 15:56:12 -0400
commit92ec0b51fcb630292cc5371435a9304a72df70fd (patch)
tree2628f94f61a5d7a4e70720bd7ca65e0a56ea92b8 /PKGBUILD
parent261f10d8424ebf57fab54613069b60e6212d3ad9 (diff)
downloadaur-92ec0b51fcb630292cc5371435a9304a72df70fd.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f024ac80b4f9..dca7e38f763f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('python-scs')
_pkgname='scs'
-pkgver='2.0.2'
+pkgver='2.1.0'
pkgrel=1
pkgdesc="Convex cone solver via operator splitting."
url="http://github.com/cvxgrp/scs/"
@@ -11,7 +11,7 @@ license=('MIT')
arch=('x86_64')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
"LICENSE.txt")
-sha256sums=('c468a475c49327599d9e89fa1aff1ba6196cc967df5364d74db66de4fceab65a'
+sha256sums=('1d67a34b36ef31fc23eeb29c97d3b126d8c70f6420e4da600d674f478d1985d4'
'47d0bba3f33546d08d9dea012d70b1362d2e917553bb751183fcf046519fd868')
build() {