mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/giac to 1.9.0.35-2
This commit is contained in:
parent
b080e516b1
commit
15d04b61ba
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
pkgname=giac
|
||||
_pkgver=1.9.0-35
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A free computer algebra system'
|
||||
arch=(x86_64)
|
||||
url='http://www-fourier.ujf-grenoble.fr/~parisse/giac.html'
|
||||
|
@ -37,4 +37,5 @@ build() {
|
|||
package() {
|
||||
cd $pkgbase-${pkgver%.*}
|
||||
make DESTDIR="$pkgdir" install
|
||||
sed -e '/blend/d' -i "$pkgdir"/usr/include/giac/plot.h # Fix broken header
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue