diff options
Diffstat (limited to 'extra/ecasound/PKGBUILD')
-rw-r--r-- | extra/ecasound/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/ecasound/PKGBUILD b/extra/ecasound/PKGBUILD index 185581224..079175e12 100644 --- a/extra/ecasound/PKGBUILD +++ b/extra/ecasound/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 124853 2011-05-24 19:44:26Z schiv $ +# $Id: PKGBUILD 149067 2012-02-05 16:13:46Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=ecasound pkgver=2.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="A software package designed for multitrack audio processing" arch=('i686' 'x86_64') url="http://www.eca.cx/ecasound/" @@ -23,7 +23,6 @@ optdepends=('python2: ecamonitor, ECI API' 'timidity++: MIDI file input' 'libmikmod: tracker module') options=('!libtool') -changelog=$pkgname.changelog source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz) md5sums=('d9ded0074a8eeb59dd507c248220d010') |