diff options
author | pingplug | 2021-03-06 11:07:24 +0800 |
---|---|---|
committer | pingplug | 2021-03-06 11:07:24 +0800 |
commit | adb873eb70b7e044177732b3418ee85fde1aa103 (patch) | |
tree | 693360c3550d5a4f2671d1c8f64427ac5a7703f7 | |
parent | 8844686d299adbe462ecf28b8e0e7c8683c2d0e5 (diff) | |
download | aur-adb873eb70b7e044177732b3418ee85fde1aa103.tar.gz |
Updated to 3.5.3
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = octave-nan pkgdesc = A statistics and machine learning toolbox for data with and w/o missing values - pkgver = 3.5.2 + pkgver = 3.5.3 pkgrel = 1 url = https://octave.sourceforge.io/nan/ install = octave-nan.install @@ -9,9 +9,9 @@ pkgbase = octave-nan license = GPL3 depends = octave>=4.4.1 depends = libsvm - noextract = nan-3.5.2.tar.gz - source = https://downloads.sourceforge.net/octave/nan-3.5.2.tar.gz - sha256sums = ea70b6debe00d617f6c0d18d1129d96580ca75931321baa32e1223070afde82e + noextract = nan-3.5.3.tar.gz + source = https://downloads.sourceforge.net/octave/nan-3.5.3.tar.gz + sha256sums = fdd69a518f9898064f0c0523e39b2e965c8a8c5df1eb5d0e3a04c1bca0a251c9 pkgname = octave-nan @@ -8,7 +8,7 @@ _pack=nan pkgname=octave-$_pack -pkgver=3.5.2 +pkgver=3.5.3 pkgrel=1 pkgdesc="A statistics and machine learning toolbox for data with and w/o missing values" arch=(any) @@ -24,7 +24,7 @@ install=$pkgname.install _archive=$_pack-$pkgver.tar.gz source=("https://downloads.sourceforge.net/octave/$_archive") noextract=("$_archive") -sha256sums=('ea70b6debe00d617f6c0d18d1129d96580ca75931321baa32e1223070afde82e') +sha256sums=('fdd69a518f9898064f0c0523e39b2e965c8a8c5df1eb5d0e3a04c1bca0a251c9') _octave_run() { octave --no-history --no-init-file --no-window-system -q -f --eval "$*" |