summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2024-02-07 14:35:06 +0800
committerpingplug2024-02-07 14:35:06 +0800
commita3a4a0a315cf406a052b32d025b131d2d66b5052 (patch)
tree005ac624d40d4dbc89bb6fd77f1de159ddadc3a2
parent5f06f06079f1d6c03f612acce00aa50c265b2171 (diff)
downloadaur-a3a4a0a315cf406a052b32d025b131d2d66b5052.tar.gz
updated to 1.6.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78b28dc66abb..c7e9b53a3877 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = octave-statistics
pkgdesc = Additional statistics functions for Octave.
- pkgver = 1.6.1
+ pkgver = 1.6.2
pkgrel = 1
url = https://gnu-octave.github.io/packages/statistics/
install = octave-statistics.install
arch = any
groups = octave-forge
- license = custom
+ license = GPL-3.0-or-later
depends = octave>=7.2.0
- noextract = statistics-1.6.1.tar.gz
- source = statistics-1.6.1.tar.gz::https://github.com/gnu-octave/statistics/archive/refs/tags/release-1.6.1.tar.gz
- sha256sums = a50b3a1a56f32ff0abe7fea05573f62fe368e2642183a3f2ab10ee9b4a9a2eaa
+ noextract = statistics-1.6.2.tar.gz
+ source = statistics-1.6.2.tar.gz::https://github.com/gnu-octave/statistics/archive/refs/tags/release-1.6.2.tar.gz
+ sha256sums = 2de5b6c4a8ae27318831bdd114ef68b2267a04433709b0ffda0afd2bf0d3b415
pkgname = octave-statistics
diff --git a/PKGBUILD b/PKGBUILD
index c37e70889f0c..ae7306013f9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@
_pack=statistics
pkgname=octave-$_pack
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=1
pkgdesc="Additional statistics functions for Octave."
arch=(any)
url="https://gnu-octave.github.io/packages/$_pack/"
-license=('custom')
+license=('GPL-3.0-or-later')
groups=('octave-forge')
depends=('octave>=7.2.0')
makedepends=()
@@ -25,7 +25,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("$_pack-$pkgver.tar.gz::https://github.com/gnu-octave/$_pack/archive/refs/tags/release-$pkgver.tar.gz")
noextract=("$_archive")
-sha256sums=('a50b3a1a56f32ff0abe7fea05573f62fe368e2642183a3f2ab10ee9b4a9a2eaa')
+sha256sums=('2de5b6c4a8ae27318831bdd114ef68b2267a04433709b0ffda0afd2bf0d3b415')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"