summaryrefslogtreecommitdiff
path: root/pcr/octave-signal/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/octave-signal/PKGBUILD')
-rw-r--r--pcr/octave-signal/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/pcr/octave-signal/PKGBUILD b/pcr/octave-signal/PKGBUILD
index fe48bd102..903c3978a 100644
--- a/pcr/octave-signal/PKGBUILD
+++ b/pcr/octave-signal/PKGBUILD
@@ -1,6 +1,6 @@
#
-# Maintainer : Aurélien DESBRIÈRES <aurelien@hackers.camp>
-# Contributor : Clemens Buchacher <drizzd@aon.at>
+# Maintainer (Arch): Clemens Buchacher <drizzd@aon.at>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
#
# You can use the newpkg script from
# https://github.com/drizzd/octave-forge-archlinux to automatically generate
@@ -9,14 +9,14 @@
_pack=signal
pkgname=octave-$_pack
-pkgver=1.3.0
+pkgver=1.3.2
pkgrel=1
pkgdesc="Signal processing tools, including filtering, windowing and display functions."
arch=(any)
url="http://octave.sourceforge.net/$_pack/"
license=('custom')
groups=('octave-forge')
-depends=('octave>=3.8.0' 'octave-control>=2.4.5' 'octave-general>=1.3.2')
+depends=('octave>=3.8.0' 'octave-control>=2.4.5')
makedepends=()
optdepends=()
backup=()
@@ -25,6 +25,7 @@ install=$pkgname.install
_archive=$_pack-$pkgver.tar.gz
source=("http://downloads.sourceforge.net/octave/$_archive")
noextract=("$_archive")
+md5sums=('04a4f1142fe71f14c3b6d7d1d369c215')
build() {
cd "$srcdir"