octave: update to 4.0.3

This commit is contained in:
Jeff Huang 2016-07-03 14:00:39 +01:00
parent b44f7f46a0
commit a90234afad

View File

@ -1,5 +1,5 @@
pkgname=octave
pkgver=4.0.2
pkgver=4.0.3
pkgrel=1
pkgdesc="A high-level language, primarily intended for numerical computations."
arch=('x86_64')
@ -13,7 +13,7 @@ optdepends=('texinfo: for help-support in octave'
'openjdk: to call Java functions')
source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.xz)
install='octave.install'
sha1sums=('34384a5ddeea1b29bdfedd5e8d2bdb13b7b2daf5')
sha1sums=('c798346a8271e0141d9dbe5610584dabb8311277')
build() {
cd $pkgname-$pkgver