mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/giac to 1.9.0.996-2
This commit is contained in:
parent
f1461fe12d
commit
3b34c61a7c
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = giac
|
||||
pkgdesc = A free computer algebra system
|
||||
pkgver = 1.9.0.995
|
||||
pkgver = 1.9.0.996
|
||||
pkgrel = 2
|
||||
url = http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
|
||||
arch = x86_64
|
||||
|
@ -34,9 +34,9 @@ pkgbase = giac
|
|||
depends = readline
|
||||
depends = zlib
|
||||
optdepends = perl: for pgiac
|
||||
source = http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/giac_1.9.0-995.tar.gz
|
||||
source = http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/giac_1.9.0-996.tar.gz
|
||||
source = format-security.patch
|
||||
sha256sums = b84b44287d260483ceea6703e12c5efcd67977b0f8f942e4fce20c31f837bcb3
|
||||
sha256sums = 035fab210ac0d455394466dbc8f0f38728ae52f6abe019b24a87499eb783967d
|
||||
sha256sums = 04288944e408807a15aa502e1215087870d8921229c9f9890d862d3c9de337cd
|
||||
|
||||
pkgname = giac
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# - delete shipped x86 binary src/mkjs to force rebuild for ARM
|
||||
|
||||
pkgname=giac
|
||||
_pkgver=1.9.0-995
|
||||
_pkgver=1.9.0-996
|
||||
pkgver=${_pkgver//-/.}
|
||||
pkgrel=2
|
||||
pkgdesc='A free computer algebra system'
|
||||
|
@ -42,7 +42,7 @@ makedepends=(hevea
|
|||
optdepends=('perl: for pgiac')
|
||||
source=(http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_$_pkgver.tar.gz
|
||||
format-security.patch)
|
||||
sha256sums=('b84b44287d260483ceea6703e12c5efcd67977b0f8f942e4fce20c31f837bcb3'
|
||||
sha256sums=('035fab210ac0d455394466dbc8f0f38728ae52f6abe019b24a87499eb783967d'
|
||||
'04288944e408807a15aa502e1215087870d8921229c9f9890d862d3c9de337cd')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue