summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6caba798a1db..df8d564570d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Dec 12 15:37:13 UTC 2017
+# Mon Nov 5 11:01:00 UTC 2018
pkgbase = python-swiglpk
pkgdesc = A low-level Python interface to the GLPK optimization solver.
- pkgver = 1.4.4
- pkgrel = 2
+ pkgver = 4.65.0
+ pkgrel = 1
url = https://github.com/biosustain/swiglpk
arch = any
license = gpl3
@@ -11,8 +11,8 @@ pkgbase = python-swiglpk
makedepends = python-setuptools
makedepends = python2-setuptools
depends = glpk
- source = https://github.com/biosustain/swiglpk/archive/1.4.4.tar.gz
- md5sums = 71a1693349df3f095ebe5bc713b3dd92
+ source = https://github.com/biosustain/swiglpk/archive/4.65.0.tar.gz
+ md5sums = 8a4a397c557b2857003f0c5aee36610d
pkgname = python-swiglpk
depends = glpk
diff --git a/PKGBUILD b/PKGBUILD
index 361ae7000ae8..747d55ec8f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=('python-swiglpk')
pkgname=('python-swiglpk' 'python2-swiglpk')
pkgdesc="A low-level Python interface to the GLPK optimization solver."
-pkgver=1.4.4
-pkgrel=2
+pkgver=4.65.0
+pkgrel=1
arch=('any')
url='https://github.com/biosustain/swiglpk'
license=('gpl3')
@@ -31,4 +31,4 @@ package_python2-swiglpk() {
python2 setup.py install --root="${pkgdir}" --optimize=1
}
-md5sums=('71a1693349df3f095ebe5bc713b3dd92')
+md5sums=('8a4a397c557b2857003f0c5aee36610d')