summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2019-04-06 10:58:34 +0800
committerpingplug2019-04-06 10:58:34 +0800
commit5b979e336335c30d83d38b54a4c1666398961613 (patch)
tree60276492ee7d013bf9955c0634eb099a2af2f1be
parentbeff0329e2afe3a3abb2a1ce70c2e821dda370f2 (diff)
downloadaur-5b979e336335c30d83d38b54a4c1666398961613.tar.gz
update srcinfo
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9727231cd048..671ec39b024e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Wed Jun 27 14:54:43 UTC 2018
pkgbase = octave-ltfat
pkgdesc = The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave toolbox for working with time-frequency analysis, wavelets and signal processing. It is intended both as an educational and a computational tool. The toolbox provides a large numbe [...]
pkgver = 2.3.1
pkgrel = 1
- url = http://octave.sourceforge.net/ltfat/
+ url = https://octave.sourceforge.io/ltfat/
install = octave-ltfat.install
arch = any
groups = octave-forge
@@ -15,8 +13,8 @@ pkgbase = octave-ltfat
makedepends = portaudio
depends = octave>=3.8.0
noextract = ltfat-2.3.1.tar.gz
- source = http://downloads.sourceforge.net/octave/ltfat-2.3.1.tar.gz
- md5sums = 6377590cd7182f88ad79694521d82568
+ source = https://downloads.sourceforge.net/octave/ltfat-2.3.1.tar.gz
+ sha256sums = 3063eced0aa185162f3049e37c2ca8076985b76b7173738e7389184e5481f03d
pkgname = octave-ltfat
diff --git a/PKGBUILD b/PKGBUILD
index d8e489706235..c21650154355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgver=2.3.1
pkgrel=1
pkgdesc="The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave toolbox for working with time-frequency analysis, wavelets and signal processing. It is intended both as an educational and a computational tool. The toolbox provides a large numbe [...]"
arch=(any)
-url="http://octave.sourceforge.net/$_pack/"
+url="https://octave.sourceforge.io/$_pack/"
license=('GPL3')
groups=('octave-forge')
depends=('octave>=3.8.0')
@@ -22,9 +22,9 @@ backup=()
options=()
install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
-source=("http://downloads.sourceforge.net/octave/$_archive")
+source=("https://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
-md5sums=('6377590cd7182f88ad79694521d82568')
+sha256sums=('3063eced0aa185162f3049e37c2ca8076985b76b7173738e7389184e5481f03d')
_octave_run() {
octave --no-history --no-init-file --no-window-system -q -f --eval "$*"