Date: Wednesday, August 10, 2016 @ 20:33:39 Author: jlichtblau Revision: 186358
upgpkg: ginac 1.7.0-1 - new upstream release Modified: ginac/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-10 20:01:04 UTC (rev 186357) +++ PKGBUILD 2016-08-10 20:33:39 UTC (rev 186358) @@ -5,7 +5,7 @@ # Contributor: Thomas Baechler <[email protected]> pkgname=ginac -pkgver=1.6.7 +pkgver=1.7.0 pkgrel=1 pkgdesc="C++ library for symbolic calculations" arch=('i686' 'x86_64') @@ -14,12 +14,12 @@ depends=('cln') makedepends=('transfig' 'doxygen' 'texlive-bin' 'python') source=(http://www.ginac.de/$pkgname-$pkgver.tar.bz2) -sha256sums=('cea5971b552372017ea654c025adb44d5f1b3e3ce0a739da2fe95189572b85db') +sha256sums=('ac9aa202b8b9683175a40b7a4d55f28616225291a4e2cbfe71378e0d02c944bd') build() { cd "${srcdir}"/$pkgname-$pkgver - ./configure --prefix=/usr --disable-static + ./configure --prefix=/usr --libexecdir=/usr/lib/ginac --disable-static make }
