diff options
Diffstat (limited to 'core/gmp/PKGBUILD')
-rw-r--r-- | core/gmp/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/gmp/PKGBUILD b/core/gmp/PKGBUILD index ba2d8fed4..353ef4e40 100644 --- a/core/gmp/PKGBUILD +++ b/core/gmp/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 195874 2013-10-03 04:29:19Z allan $ +# $Id: PKGBUILD 197162 2013-10-23 13:04:59Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=gmp pkgver=5.1.3 -pkgrel=1 +pkgrel=2 pkgdesc="A free library for arbitrary precision arithmetic" arch=('i686' 'x86_64') url="http://gmplib.org/" depends=('gcc-libs' 'sh') license=('LGPL3') -options=('!libtool') install=gmp.install source=(ftp://ftp.gmplib.org/pub/gmp-${pkgver}/gmp-${pkgver}.tar.xz{,.sig}) md5sums=('e5fe367801ff067b923d1e6a126448aa' |