summaryrefslogtreecommitdiff
path: root/pcr/octave-signal
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-05 18:02:53 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-07-05 18:02:53 -0500
commit7535e6a382fd91cbd9eb05b4fa3167a710ea2511 (patch)
treebd715801ce12882bdd0022f5381425953b42f9e9 /pcr/octave-signal
parentb34f808022ae31c05f4f45d2e432307c5159b24d (diff)
octave-signal-1.3.2-1: updating version
Diffstat (limited to 'pcr/octave-signal')
-rw-r--r--pcr/octave-signal/PKGBUILD9
-rw-r--r--pcr/octave-signal/octave-signal.install6
2 files changed, 7 insertions, 8 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"
diff --git a/pcr/octave-signal/octave-signal.install b/pcr/octave-signal/octave-signal.install
index 1d5a466a5..42a675a36 100644
--- a/pcr/octave-signal/octave-signal.install
+++ b/pcr/octave-signal/octave-signal.install
@@ -1,10 +1,8 @@
_pack=signal
-_prefix=/usr/share/octave/packages
-_libdir=/usr/lib/octave/packages
## arg 1: the new package version
post_install() {
- octave -q -f --eval "pkg prefix $prefix $libdir; pkg install -verbose -global /usr/share/octave/$_pack.tar.gz"
+ octave -q -f --eval "pkg install -verbose -global /usr/share/octave/$_pack.tar.gz"
}
## arg 1: the new package version
@@ -16,5 +14,5 @@ post_upgrade() {
## arg 1: the old package version
post_remove() {
- octave -q -f --eval "pkg prefix $prefix $libdir; pkg uninstall $_pack; pkg rebuild -global"
+ octave -q -f --eval "pkg uninstall $_pack; pkg rebuild -global"
}