Date: Sunday, September 29, 2013 @ 21:22:08 Author: jlichtblau Revision: 97793
upgpkg: ginac 1.6.2-3 Modified: ginac/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-09-29 19:18:29 UTC (rev 97792) +++ PKGBUILD 2013-09-29 19:22:08 UTC (rev 97793) @@ -1,11 +1,12 @@ # $Id$ -# Maintainer: Stéphane Gaudreault <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> +# Contributor: Stéphane Gaudreault <[email protected]> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Thomas Baechler <[email protected]> pkgname=ginac pkgver=1.6.2 -pkgrel=2 +pkgrel=3 pkgdesc="C++ library for symbolic calculations" arch=('i686' 'x86_64') url='http://www.ginac.de/' @@ -12,15 +13,14 @@ license=('GPL') depends=('cln') makedepends=('transfig' 'doxygen' 'texlive-bin') +install=${pkgname}.install source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('c93913c4c543874b2ade4f0390030641be7e0c41') -install=${pkgname}.install +sha256sums=('0f34d255024b3fb258e44da84f9e82dfb3dc9bc15f0999b7a18204a730663bde') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --disable-static - make }
