diff options
Diffstat (limited to 'extra/glpk/PKGBUILD')
-rw-r--r-- | extra/glpk/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/glpk/PKGBUILD b/extra/glpk/PKGBUILD index 0ec9479fc..970b2ce93 100644 --- a/extra/glpk/PKGBUILD +++ b/extra/glpk/PKGBUILD @@ -3,7 +3,7 @@ # Additional contributors Senjin, Xavier, dundee pkgname=glpk -pkgver=4.44 +pkgver=4.47 pkgrel=1 pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems." arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('GPL') depends=('glibc') options=('!libtool') source=("http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz") -md5sums=('f2ac7013bc0420d730d052e7ba24bdb1') +sha1sums=('35e16d3167389b6bc75eb51b4b48590db59f789c') build() { cd ${srcdir}/${pkgname}-${pkgver} |