community/giac to 1.9.0.35-2

This commit is contained in:
Kevin Mihelich 2023-01-20 00:19:38 +00:00
parent b080e516b1
commit 15d04b61ba

View file

@ -6,7 +6,7 @@
pkgname=giac pkgname=giac
_pkgver=1.9.0-35 _pkgver=1.9.0-35
pkgver=${_pkgver//-/.} pkgver=${_pkgver//-/.}
pkgrel=1 pkgrel=2
pkgdesc='A free computer algebra system' pkgdesc='A free computer algebra system'
arch=(x86_64) arch=(x86_64)
url='http://www-fourier.ujf-grenoble.fr/~parisse/giac.html' url='http://www-fourier.ujf-grenoble.fr/~parisse/giac.html'
@ -37,4 +37,5 @@ build() {
package() { package() {
cd $pkgbase-${pkgver%.*} cd $pkgbase-${pkgver%.*}
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
sed -e '/blend/d' -i "$pkgdir"/usr/include/giac/plot.h # Fix broken header
} }