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

Antonio Rojas arojas at gemini.archlinux.org
Mon Sep 20 13:50:04 UTC 2021


    Date: Monday, September 20, 2021 @ 13:50:04
  Author: arojas
Revision: 1018810

Update to 1.2.7

Modified:
  python-cvxopt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-20 13:36:57 UTC (rev 1018809)
+++ PKGBUILD	2021-09-20 13:50:04 UTC (rev 1018810)
@@ -6,10 +6,10 @@
 # Contributor: Gustavao A. Gomez Farhat <gustavo_gomez_farhat_at_gmail_dot_com>
 
 pkgname=python-cvxopt
-pkgver=1.2.6
+pkgver=1.2.7
 pkgrel=1
-pkgdesc="A free software package for convex optimization written in Python"
-url="https://cvxopt.org/"
+pkgdesc='A free software package for convex optimization written in Python'
+url='https://cvxopt.org/'
 arch=('x86_64')
 license=(GPL3)
 depends=(python suitesparse)
@@ -19,7 +19,7 @@
             'glpk: solver for linear cone and PWL programming problems'
             'dsdp: solver for linear cone semidefinite programming problems')
 source=(https://github.com/cvxopt/cvxopt/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('8d277eec27b8e6ca5eefde6232a474bfc25aa195653229217dfbd37918fc52d5')
+sha256sums=('26557c00b07aed6e6d7e7110443472766f3664faa43733c8cc520e4d9b856594')
 
 build() {
   cd cvxopt-$pkgver



More information about the arch-commits mailing list