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

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Jun 7 09:03:19 UTC 2016


    Date: Tuesday, June 7, 2016 @ 11:03:18
  Author: aginiewicz
Revision: 178090

upgpkg: python-cvxopt 1.1.8-6

python-cvxopt: fix FS#49525

Modified:
  python-cvxopt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-07 08:23:33 UTC (rev 178089)
+++ PKGBUILD	2016-06-07 09:03:18 UTC (rev 178090)
@@ -8,12 +8,12 @@
 pkgbase=python-cvxopt
 pkgname=('python2-cvxopt' 'python-cvxopt')
 pkgver=1.1.8
-pkgrel=5
+pkgrel=6
 pkgdesc="A free software package for convex optimization written in Python"
 url="http://cvxopt.org/"
 arch=('x86_64' 'i686')
 license=('GPL3')
-makedepends=('gsl fftw glpk dsdp python python2 lapack')
+makedepends=('gsl' 'fftw' 'glpk' 'dsdp' 'python' 'python2' 'lapack')
 optdepends=('gsl: for custom random number generators'
             'fftw: for FFTW interface'
             'glpk: solver for linear cone and PWL programming problems'



More information about the arch-commits mailing list