summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Stahlberg2022-02-12 22:07:07 +0100
committerMaximilian Stahlberg2022-02-12 22:07:07 +0100
commitd0349b8de7bccfec1a047bf8df86cadbe5d06c8a (patch)
treed961069c7428f83b136c85f8f783f42734158fd9
parentbc0856afaee04dd9793ca4e055187c1446629314 (diff)
downloadaur-d0349b8de7bccfec1a047bf8df86cadbe5d06c8a.tar.gz
Update to 5.0.4.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23ba1ef5f2f2..51b212081a84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-swiglpk
pkgdesc = A Python interface to the GLPK optimization solver.
- pkgver = 5.0.3
- pkgrel = 2
+ pkgver = 5.0.4
+ pkgrel = 1
url = https://github.com/biosustain/swiglpk
arch = any
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = python-swiglpk
depends = python
depends = glpk
conflicts = python-swiglpk-git
- source = https://github.com/biosustain/swiglpk/archive/5.0.3.tar.gz
- md5sums = 9bec1f4159c34bd480032ac9192dc511
+ source = https://github.com/biosustain/swiglpk/archive/5.0.4.tar.gz
+ md5sums = 7b936e68bbcec1f36b4da0145d03a1fa
pkgname = python-swiglpk
diff --git a/PKGBUILD b/PKGBUILD
index d1aa9cc788de..b3d45407e944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Maximilian Stahlberg <maximilian.stahlberg tu-berlin de>
pkgname=python-swiglpk
-pkgver=5.0.3
-pkgrel=2
+pkgver=5.0.4
+pkgrel=1
pkgdesc='A Python interface to the GLPK optimization solver.'
arch=('any')
url='https://github.com/biosustain/swiglpk'
@@ -11,7 +11,7 @@ depends=('python' 'glpk')
makedepends=('swig' 'python-setuptools')
conflicts=('python-swiglpk-git')
source=("https://github.com/biosustain/swiglpk/archive/${pkgver}.tar.gz")
-md5sums=('9bec1f4159c34bd480032ac9192dc511')
+md5sums=('7b936e68bbcec1f36b4da0145d03a1fa')
prepare() {
cd "${srcdir}/swiglpk-${pkgver}"