summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54ef48a26295..c37e70889f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pack=statistics
pkgname=octave-$_pack
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="Additional statistics functions for Octave."
arch=(any)
@@ -23,9 +23,9 @@ backup=()
options=()
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")
+source=("$_pack-$pkgver.tar.gz::https://github.com/gnu-octave/$_pack/archive/refs/tags/release-$pkgver.tar.gz")
noextract=("$_archive")
-sha256sums=('c8e7d32e473465d7bcda751a25ce55ed918ac9b7d9740e5ada3d36b7e66b5810')
+sha256sums=('a50b3a1a56f32ff0abe7fea05573f62fe368e2642183a3f2ab10ee9b4a9a2eaa')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"