python-cvxopt: update to 1.2.1 (#4367)

This commit is contained in:
Andrew Sun
2018-09-05 04:29:23 -04:00
committed by Алексей
parent c6e218281a
commit 292e427c8c

View File

@@ -4,7 +4,7 @@ _realname=cvxopt
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}"
"${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=1.2.0
pkgver=1.2.1
pkgrel=1
pkgdesc="Convex optimization based on the Python programming language (mingw-w64)"
arch=('any')
@@ -23,7 +23,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-openblas"
"${MINGW_PACKAGE_PREFIX}-glpk")
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/${_realname}/${_realname}/archive/${pkgver}.tar.gz")
sha256sums=('7157a08f35c93f2d9fd1f7fb90142264971bfe307d7c0433dc4b17af52ab80e3')
sha256sums=('9e1ae9b595b204ea06d5d59906ec29249f6fd4172a627d73b9ec8be0ed7bda61')
prepare() {
for builddir in python{2,3}-build-${CARCH}; do