diff options
Diffstat (limited to 'community/pari/PKGBUILD')
-rw-r--r-- | community/pari/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pari/PKGBUILD b/community/pari/PKGBUILD index efc846ca4..c00a3466f 100644 --- a/community/pari/PKGBUILD +++ b/community/pari/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 74773 2012-08-04 00:52:49Z bisson $ +# $Id: PKGBUILD 77048 2012-10-03 23:34:04Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=pari -pkgver=2.5.2 +pkgver=2.5.3 pkgrel=1 pkgdesc='Computer algebra system designed for fast computations in number theory' url='http://pari.math.u-bordeaux.fr/' @@ -12,7 +12,7 @@ depends=('gmp' 'readline' 'libx11') makedepends=('perl' 'texlive-core') optdepends=('perl: gphelp, tex2mail') source=("${url}pub/pari/unix/${pkgname}-${pkgver}.tar.gz") -sha1sums=('3efe590e885a7dde521b8553762d3207b919e69f') +sha1sums=('de79eee7ae017a495dc0c648b6f7d5a4f6c7a522') build() { cd "${srcdir}/${pkgname}-${pkgver}" |