[arch-commits] Commit in python-cvxopt/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Sun Feb 10 13:50:45 UTC 2019


    Date: Sunday, February 10, 2019 @ 13:50:44
  Author: aginiewicz
Revision: 431434

upgpkg: python-cvxopt 1.2.3-1

python-cvxopt: new upstream release

Modified:
  python-cvxopt/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-10 13:47:45 UTC (rev 431433)
+++ PKGBUILD	2019-02-10 13:50:44 UTC (rev 431434)
@@ -6,10 +6,10 @@
 
 pkgbase=python-cvxopt
 pkgname=('python2-cvxopt' 'python-cvxopt')
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="A free software package for convex optimization written in Python"
-url="http://cvxopt.org/"
+url="https://cvxopt.org/"
 arch=('x86_64')
 license=('GPL3')
 makedepends=('gsl' 'fftw' 'glpk' 'dsdp' 'python-setuptools' 'python2-setuptools' 'suitesparse')
@@ -18,9 +18,8 @@
             '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=('725ce85fe122cd0fcda9d1b1a45ae43adf6fea2c')
+sha1sums=('13070fa81ea910597fc4c7642179c7d7a57cdd94')
 
-
 prepare() {
   cd "$srcdir"
   cp -a cvxopt-${pkgver} cvxopt-py2-${pkgver}



More information about the arch-commits mailing list