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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Mar 30 18:46:04 UTC 2014


    Date: Sunday, March 30, 2014 @ 20:46:04
  Author: bpiotrowski
Revision: 209252

upgpkg: glpk 4.54-1

new upstream release

Modified:
  glpk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-30 17:32:01 UTC (rev 209251)
+++ PKGBUILD	2014-03-30 18:46:04 UTC (rev 209252)
@@ -4,8 +4,8 @@
 # Additional contributors Senjin, Xavier, dundee
 
 pkgname=glpk
-pkgver=4.52
-pkgrel=2
+pkgver=4.54
+pkgrel=1
 pkgdesc="GNU Linear Programming Kit : solve LP, MIP and other problems."
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/glpk/glpk.html"
@@ -12,7 +12,7 @@
 license=('GPL')
 depends=('glibc')
 source=(http://ftp.gnu.org/gnu/glpk/${pkgname}-${pkgver}.tar.gz{,.sig})
-sha1sums=('44b30b0de777a0a07e00615ac6791af180ff4d2c'
+sha1sums=('69d9c5d83271d34de1a58d2de2f7ababab975492'
           'SKIP')
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,7 +20,7 @@
   ./configure --prefix=/usr
 
   if [ "$CARCH" == "x86_64" ]; then
-    make CFLAGS="$CFLAGS -fPIC"  
+    make CFLAGS="$CFLAGS -fPIC"
   else
     make
   fi




More information about the arch-commits mailing list