Date: Tuesday, November 10, 2015 @ 04:53:48 Author: bisson Revision: 146466
upstream update Modified: pari/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-11-10 03:25:57 UTC (rev 146465) +++ PKGBUILD 2015-11-10 03:53:48 UTC (rev 146466) @@ -2,7 +2,7 @@ # Maintainer: Gaetan Bisson <[email protected]> pkgname=pari -pkgver=2.7.4 +pkgver=2.7.5 pkgrel=1 pkgdesc='Computer algebra system designed for fast computations in number theory' url='http://pari.math.u-bordeaux.fr/' @@ -11,8 +11,9 @@ depends=('gmp' 'readline' 'libx11') makedepends=('perl' 'texlive-core') optdepends=('perl: gphelp, tex2mail') -source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz") -sha1sums=('44c11bbc90356f66d7e6b2d5cdc1a21dbc24829e') +validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387') +source=("http://pari.math.u-bordeaux.fr/pub/pari/unix/${pkgname}-${pkgver}.tar.gz"{,.asc}) +sha1sums=('ca6f6bc57d2028df5a5bddd3810a82cb05d139f2' 'SKIP') prepare() { cd "${srcdir}/${pkgname}-${pkgver}"
