diff options
author | root <root@rshg054.dnsready.net> | 2013-10-24 00:56:32 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-24 00:56:32 -0700 |
commit | 94ded0cb27161b972228cfef8ea2e6f60af0f2b2 (patch) | |
tree | 3eeb5098d6fe3d9cad00a0e1df056de10d0464e6 /core/gmp | |
parent | 06a76442fa8de4a9975266a4eca7fb2a953f5244 (diff) |
Thu Oct 24 00:55:58 PDT 2013
Diffstat (limited to 'core/gmp')
-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' |