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 c61e08f6a..2433d00bd 100644 --- a/community/pari/PKGBUILD +++ b/community/pari/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 90928 2013-05-15 13:56:58Z bisson $ +# $Id: PKGBUILD 97765 2013-09-29 05:06:21Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> pkgname=pari -pkgver=2.5.4 +pkgver=2.5.5 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"{,.asc}) -sha1sums=('471226fd86fea0ad1f236249a49bdaee16aa34bf' 'SKIP') +sha1sums=('77637f935ee4a3b78e7015cef00146bd2f7e96bc' 'SKIP') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" |