[arch-commits] Commit in giac/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Jan 6 20:01:58 UTC 2022


    Date: Thursday, January 6, 2022 @ 20:01:58
  Author: arojas
Revision: 1094846

Update to 1.7.0.45

Modified:
  giac/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-06 20:01:34 UTC (rev 1094845)
+++ PKGBUILD	2022-01-06 20:01:58 UTC (rev 1094846)
@@ -1,9 +1,9 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=giac
-_pkgver=1.7.0-43
+_pkgver=1.7.0-45
 pkgver=${_pkgver//-/.}
-pkgrel=2
+pkgrel=1
 pkgdesc='A free computer algebra system'
 arch=(x86_64)
 url='http://www-fourier.ujf-grenoble.fr/~parisse/giac.html'
@@ -15,7 +15,7 @@
 provides=(libgiac xcas)
 source=(http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_$_pkgver.tar.gz
         giac-test-pari-2.11.patch)
-sha256sums=('85f724270c813ae26d665fe2c1b42c271a6d29ecfb75f038efb16e1d0d284a7f'
+sha256sums=('028b9e323d81a261a243c0768d5e12f3d76371eff05fd24cf2eb177b445f1da6'
             'c5f091986f0a0807fc1ae5a3b7454132816e9bc3ed64411f0a7bdf90a8c8e624')
 
 prepare() {
@@ -25,7 +25,7 @@
 
 build() {
   cd $pkgname-${pkgver%.*}
-  CXXFLAGS+=" -std=c++14" # workaround build with GCC 11
+  CXXFLAGS+=" -Wp,-U_GLIBCXX_ASSERTIONS" # Fix crashes
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list