Advertisement
Guest User

AUR DIFF - octave-ltfat 2.4.0

a guest
Jul 23rd, 2020
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.04 KB | None | 0 0
  1. diff --git a/PKGBUILD b/PKGBUILD
  2. index c216501..b4750f9 100644
  3. --- a/PKGBUILD
  4. +++ b/PKGBUILD
  5. @@ -8,7 +8,7 @@
  6.  
  7.  _pack=ltfat
  8.  pkgname=octave-$_pack
  9. -pkgver=2.3.1
  10. +pkgver=2.4.0
  11.  pkgrel=1
  12.  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 [...]"
  13.  arch=(any)
  14. @@ -21,10 +21,10 @@ optdepends=()
  15.  backup=()
  16.  options=()
  17.  install=$pkgname.install
  18. -_archive=$_pack-$pkgver.tar.gz
  19. -source=("https://downloads.sourceforge.net/octave/$_archive")
  20. +_archive=$_pack-$pkgver-of.tar.gz
  21. +source=("https://github.com/ltfat/ltfat/releases/download/$pkgver/$_archive")
  22.  noextract=("$_archive")
  23. -sha256sums=('3063eced0aa185162f3049e37c2ca8076985b76b7173738e7389184e5481f03d')
  24. +sha256sums=('fe37b31bc2dae97d1b5e1389d856cc354f21dcd77f5df67c2a025fdae8c8d5fe')
  25.  
  26.  _octave_run() {
  27.     octave --no-history --no-init-file --no-window-system -q -f --eval "$*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement