octave: update to 4.4.1

This commit is contained in:
Jeff Huang 2018-08-28 04:41:04 +02:00
parent 2323243ac8
commit 1780051840

View File

@ -1,5 +1,5 @@
pkgname=octave
pkgver=4.4.0
pkgver=4.4.1
pkgrel=1
pkgdesc="A high-level language, primarily intended for numerical computations."
arch=('x86_64')
@ -15,7 +15,7 @@ optdepends=('texinfo: for help-support in octave'
'fltk: FLTK GUI')
source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.gz)
options=('!emptydirs')
sha1sums=('cfdba69b9d44a1d1d5703df967a35ac8142748a3')
sha1sums=('693fe46fdf49c62dec9f81100050ba2d2c1e4067')
build() {
cd $pkgname-$pkgver