summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRocka2023-05-12 10:46:44 +0800
committerRocka2023-05-12 10:46:44 +0800
commit026e8f2a6c6500cef528a442c100ec639f402f2a (patch)
tree88b17c658c29a9193cb1bb4f6beb7237702a4296 /PKGBUILD
parente723cdc815f5a156b1584a643ad0ae181ef148f5 (diff)
downloadaur-026e8f2a6c6500cef528a442c100ec639f402f2a.tar.gz
Update to 1.2.5-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d23d0fea384f..3c9bd7288c9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pack=communications
pkgname=octave-$_pack
-pkgver=1.2.4
+pkgver=1.2.5
pkgrel=1
pkgdesc="Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields"
arch=(any)
@@ -24,7 +24,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('ed9b3ccccfd58bf9a533bab09a949533')
+md5sums=('ffe748509875530bda482a1a7435b217')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"