summaryrefslogtreecommitdiff
path: root/core/gmp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-10 00:01:51 +0000
committerroot <root@rshg054.dnsready.net>2012-05-10 00:01:51 +0000
commit1adfdd111d570a6dfc66543a2858d9554c73e7a7 (patch)
treea1c3647bf2208871299e0a1419d6e0b64e1c82b7 /core/gmp
parent065cf8163398f8da177e9f09f5a5e97a063ca5c5 (diff)
Thu May 10 00:01:50 UTC 2012
Diffstat (limited to 'core/gmp')
-rw-r--r--core/gmp/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/gmp/PKGBUILD b/core/gmp/PKGBUILD
index 15158aa16..d0490e5be 100644
--- a/core/gmp/PKGBUILD
+++ b/core/gmp/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 156203 2012-04-16 03:46:32Z allan $
+# $Id: PKGBUILD 158748 2012-05-09 01:14:08Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=gmp
-pkgver=5.0.4
+pkgver=5.0.5
pkgrel=1
pkgdesc="A free library for arbitrary precision arithmetic"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ license=('LGPL3')
options=(!libtool)
install=gmp.install
source=(ftp://ftp.gnu.org/gnu/gmp/gmp-${pkgver}.tar.xz{,.sig})
-md5sums=('0881f4ff2617226c673fc534ac39d448'
- 'f9e448fff9eaeccdde6ee1f1df00c988')
+md5sums=('8aef50959acec2a1ad41d144ffe0f3b5'
+ '406e8878aadc51b134d1b3dd845261ee')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"