summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f567d91a939..d304bde57670 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=('python-cvxpy')
_module='cvxpy'
-pkgver='1.0.7'
+pkgver='1.0.8'
pkgrel=1
pkgdesc="A domain-specific language for modeling convex optimization problems in Python."
url="http://github.com/cvxgrp/cvxpy/"
@@ -17,7 +17,7 @@ checkdepends=('python-scs')
license=('Apache')
arch=('any')
source=("https://github.com/cvxgrp/cvxpy/archive/v${pkgver}.tar.gz")
-sha256sums=('88d9984decf41b7768f4198062b1a509c632928dc2800fdbcebd4f211894b8d7')
+sha256sums=('5e96ebaa7abbc4fc2dddad6defec8a434158c128996725541b30efff06ae2e3a')
build() {
cd "${srcdir}/${_module}-${pkgver}"