summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaximilian Stahlberg2022-01-09 10:54:43 +0100
committerMaximilian Stahlberg2022-01-09 11:00:51 +0100
commitbc0856afaee04dd9793ca4e055187c1446629314 (patch)
treeda05515b82b1f9e74cdc3826dd40aa88f60bafe7
parent5898127703deb366fc9f2bc3de2dd7ec8a6b33c5 (diff)
downloadaur-bc0856afaee04dd9793ca4e055187c1446629314.tar.gz
Update the checksum.
The archive on GitHub appears to have changed, although the contents are still timestamped at 2021-03-11.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1fcfc2fe57d..23ba1ef5f2f2 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 = 1
+ pkgrel = 2
url = https://github.com/biosustain/swiglpk
arch = any
license = GPL3
@@ -11,7 +11,6 @@ pkgbase = python-swiglpk
depends = glpk
conflicts = python-swiglpk-git
source = https://github.com/biosustain/swiglpk/archive/5.0.3.tar.gz
- md5sums = 53c8175cab624cf6b6b6f2ba004abc0d
+ md5sums = 9bec1f4159c34bd480032ac9192dc511
pkgname = python-swiglpk
-
diff --git a/PKGBUILD b/PKGBUILD
index 3e56b40d082a..d1aa9cc788de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-swiglpk
pkgver=5.0.3
-pkgrel=1
+pkgrel=2
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=('53c8175cab624cf6b6b6f2ba004abc0d')
+md5sums=('9bec1f4159c34bd480032ac9192dc511')
prepare() {
cd "${srcdir}/swiglpk-${pkgver}"