summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpingplug2023-02-06 17:32:12 +0800
committerpingplug2023-02-06 17:32:12 +0800
commit3f62e848e84594301c9513dc9f02559f0fd195de (patch)
treef2df397669851424ad5e6960d9f92e8b3294e10b /PKGBUILD
parent3c397289f338bc6279345ec0c7d7ce6100e88ef3 (diff)
downloadaur-3f62e848e84594301c9513dc9f02559f0fd195de.tar.gz
updated to 1.5.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80169da555be..fb78090505e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pack=statistics
pkgname=octave-$_pack
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
pkgdesc="Additional statistics functions for Octave."
arch=(any)
@@ -25,7 +25,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("$_pack-$pkgver.tar.gz::https://github.com/gnu-octave/statistics/archive/refs/tags/release-$pkgver.tar.gz")
noextract=("$_archive")
-sha256sums=('26d5f047b6df15c46eeb3443d601981b4e93c6672ee36c360beccc5c48857ff5')
+sha256sums=('f0081d7872ea2eaeafef00a162c78e03e62eb16e98063bc45f8454e4e949c61b')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"