diff options
author | root <root@rshg054.dnsready.net> | 2013-09-30 03:05:25 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-09-30 03:05:25 -0700 |
commit | a1ba981700ea6943bedc5d7bb769b1f893088c7f (patch) | |
tree | deb2c7698ce6657abf503fedca9ad6d519a56b8b /community/ginac/PKGBUILD | |
parent | 5a54e0a093cd01d4787eaf200ba14cfda3bc4b7a (diff) |
Mon Sep 30 02:50:34 PDT 2013
Diffstat (limited to 'community/ginac/PKGBUILD')
-rw-r--r-- | community/ginac/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/community/ginac/PKGBUILD b/community/ginac/PKGBUILD index 26109b01b..669b8b06d 100644 --- a/community/ginac/PKGBUILD +++ b/community/ginac/PKGBUILD @@ -1,26 +1,26 @@ -# $Id: PKGBUILD 81849 2013-01-02 03:07:05Z stephane $ -# Maintainer: Stéphane Gaudreault <stephane@archlinux.org> +# $Id: PKGBUILD 97794 2013-09-29 19:22:18Z jlichtblau $ +# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> +# Contributor: Stéphane Gaudreault <stephane@archlinux.org> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Thomas Baechler <thomas@archlinux.org> 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/' license=('GPL') depends=('cln') makedepends=('transfig' 'doxygen' 'texlive-bin') -source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('c93913c4c543874b2ade4f0390030641be7e0c41') install=${pkgname}.install +source=(http://www.ginac.de/${pkgname}-${pkgver}.tar.bz2) +sha256sums=('0f34d255024b3fb258e44da84f9e82dfb3dc9bc15f0999b7a18204a730663bde') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr --disable-static - make } |