diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-16 23:52:49 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-16 23:52:49 -0300 |
commit | 3138d10936c63dc6444ac0dc55dd08b722b82309 (patch) | |
tree | 93a87cbad15b2c45faa22f5242b63a2666a02431 /core/gmp/PKGBUILD | |
parent | 17012da70df1ee83bf7a4976c0157e65638a7a9f (diff) | |
parent | 76774d40da5ce246c9f2178fdf937706d99af4b2 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/blobby2/PKGBUILD
core/glibc/PKGBUILD
extra/inkscape/PKGBUILD
extra/kdenetwork/PKGBUILD
testing/kmod/PKGBUILD
Diffstat (limited to 'core/gmp/PKGBUILD')
-rw-r--r-- | core/gmp/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/gmp/PKGBUILD b/core/gmp/PKGBUILD index 12ccca6ee..fdf85819b 100644 --- a/core/gmp/PKGBUILD +++ b/core/gmp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 148026 2012-01-30 02:43:10Z allan $ +# $Id: PKGBUILD 150226 2012-02-15 09:53:48Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gmp -pkgver=5.0.3 +pkgver=5.0.4 pkgrel=1 pkgdesc="A free library for arbitrary precision arithmetic" arch=('i686' 'x86_64' 'mips64el') @@ -13,8 +13,8 @@ license=('LGPL3') options=(!libtool) install=gmp.install source=(ftp://ftp.gnu.org/gnu/gmp/gmp-${pkgver}.tar.xz{,.sig}) -md5sums=('1e8edebe33bc3ac6de17df3201732825' - '9efbe14533ded9cd3ae4e998ee0efc98') +md5sums=('0881f4ff2617226c673fc534ac39d448' + 'f9e448fff9eaeccdde6ee1f1df00c988') build() { cd "${srcdir}/${pkgname}-${pkgver}" |