[arch-commits] Commit in pari/trunk (PKGBUILD)
Gaetan Bisson
bisson at nymeria.archlinux.org
Sun Sep 29 05:05:55 UTC 2013
Date: Sunday, September 29, 2013 @ 07:05:55
Author: bisson
Revision: 97764
upstream update
Modified:
pari/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-28 21:30:38 UTC (rev 97763)
+++ PKGBUILD 2013-09-29 05:05:55 UTC (rev 97764)
@@ -2,7 +2,7 @@
# Maintainer: Gaetan Bisson <bisson at 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 @@
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}"
@@ -33,5 +33,5 @@
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1.gz
+ ln -sf gp.1.gz "${pkgdir}"/usr/share/man/man1/pari.1
}
More information about the arch-commits
mailing list