summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRocka2022-01-26 13:04:27 +0800
committerRocka2022-01-26 13:04:27 +0800
commite723cdc815f5a156b1584a643ad0ae181ef148f5 (patch)
treeec57f938b656f5ceb717019a74869320ad4ddbfe
parentfe0b8b40d95d2c7feb4b67724b1b60e488a11219 (diff)
downloadaur-e723cdc815f5a156b1584a643ad0ae181ef148f5.tar.gz
Update to 1.2.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bec1de03d83..9a132bb56e71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = octave-communications
pkgdesc = Digital Communications, Error Correcting Codes (Channel Code), Source Code functions, Modulation and Galois Fields
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = http://octave.sourceforge.net/communications/
install = octave-communications.install
@@ -9,8 +9,8 @@ pkgbase = octave-communications
license = GPL3
depends = octave>=4.4.0
depends = octave-signal>=1.1.3
- noextract = communications-1.2.3.tar.gz
- source = http://downloads.sourceforge.net/octave/communications-1.2.3.tar.gz
- md5sums = 434c3046b79f37b2738535738f1313f9
+ noextract = communications-1.2.4.tar.gz
+ source = http://downloads.sourceforge.net/octave/communications-1.2.4.tar.gz
+ md5sums = ed9b3ccccfd58bf9a533bab09a949533
pkgname = octave-communications
diff --git a/PKGBUILD b/PKGBUILD
index a1e485e45439..d23d0fea384f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_pack=communications
pkgname=octave-$_pack
-pkgver=1.2.3
+pkgver=1.2.4
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=('434c3046b79f37b2738535738f1313f9')
+md5sums=('ed9b3ccccfd58bf9a533bab09a949533')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"