From 7535e6a382fd91cbd9eb05b4fa3167a710ea2511 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 5 Jul 2015 18:02:53 -0500 Subject: octave-signal-1.3.2-1: updating version --- pcr/octave-signal/PKGBUILD | 9 +++++---- pcr/octave-signal/octave-signal.install | 6 ++---- 2 files changed, 7 insertions(+), 8 deletions(-) (limited to 'pcr') 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 -# Contributor : Clemens Buchacher +# Maintainer (Arch): Clemens Buchacher +# Maintainer: Omar Vega Ramos # # 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" } -- cgit v1.2.3-54-g00ecf