[arch-commits] Commit in python-cvxopt/trunk (PKGBUILD)
Andrzej Giniewicz
aginiewicz at archlinux.org
Sun Jul 1 09:38:12 UTC 2018
Date: Sunday, July 1, 2018 @ 09:38:12
Author: aginiewicz
Revision: 349392
upgpkg: python-cvxopt 1.2.0-2
python-cvxopt: python 3.7 rebuild
Modified:
python-cvxopt/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-01 08:44:52 UTC (rev 349391)
+++ PKGBUILD 2018-07-01 09:38:12 UTC (rev 349392)
@@ -8,7 +8,7 @@
pkgbase=python-cvxopt
pkgname=('python2-cvxopt' 'python-cvxopt')
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A free software package for convex optimization written in Python"
url="http://cvxopt.org/"
arch=('x86_64')
@@ -19,8 +19,9 @@
'glpk: solver for linear cone and PWL programming problems'
'dsdp: solver for linear cone semidefinite programming problems')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/cvxopt/cvxopt/archive/${pkgver}.tar.gz")
-sha1sums=('f28de42382b9626074ceb13c53e6f59a813f61bc')
+sha1sums=('85cce4db804fca558a30591ebf3d8d0523533c5d')
+
prepare() {
cd "$srcdir"
cp -a cvxopt-${pkgver} cvxopt-py2-${pkgver}
More information about the arch-commits
mailing list