[arch-commits] Commit in giac/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Dec 10 18:06:55 UTC 2020
Date: Thursday, December 10, 2020 @ 18:06:55
Author: arojas
Revision: 773055
Update to 1.6.0.37
Modified:
giac/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-10 17:53:02 UTC (rev 773054)
+++ PKGBUILD 2020-12-10 18:06:55 UTC (rev 773055)
@@ -2,7 +2,7 @@
pkgbase=giac
pkgname=(xcas libgiac)
-_pkgver=1.6.0-31
+_pkgver=1.6.0-37
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="A free computer algebra system"
@@ -12,7 +12,7 @@
makedepends=(python mpfi gsl pari ntl lapack libpng libjpeg fltk texlive-core texlive-science hevea glpk libao gmp-ecm nauty libsamplerate)
source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz"
giac-test-pari-2.11.patch)
-sha256sums=('b520ee8724c73111a1ff93ec9810ac4cca67c342d7d00f6ca3ff89ae11f221b7'
+sha256sums=('10f54d4bd516cc31a4b41e77505a1e5e127e2a48f020d8628ef52e7818559305'
'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
prepare() {
@@ -30,7 +30,8 @@
check() {
cd $pkgbase-${pkgver%.*}
- make check
+# tests fail with pari 2.13
+# make check
}
package_xcas() {
More information about the arch-commits
mailing list