diff options
author | root <root@rshg047.dnsready.net> | 2011-05-25 22:48:05 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-05-25 22:48:05 +0000 |
commit | 6e35be4b44d90f92ddceb8b067cbbf03fc652a35 (patch) | |
tree | 5a27309f3fe126e49f5a2f08f08b2526bc8d4dc2 /extra/ecasound/PKGBUILD | |
parent | 363d953113a327863013a9422c8212654a86a209 (diff) |
Wed May 25 22:48:05 UTC 2011
Diffstat (limited to 'extra/ecasound/PKGBUILD')
-rw-r--r-- | extra/ecasound/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/ecasound/PKGBUILD b/extra/ecasound/PKGBUILD index 2b7c0b06a..185581224 100644 --- a/extra/ecasound/PKGBUILD +++ b/extra/ecasound/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 123924 2011-05-14 11:30:01Z schiv $ +# $Id: PKGBUILD 124853 2011-05-24 19:44:26Z 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.0 +pkgver=2.8.1 pkgrel=1 pkgdesc="A software package designed for multitrack audio processing" arch=('i686' 'x86_64') @@ -25,7 +25,7 @@ optdepends=('python2: ecamonitor, ECI API' options=('!libtool') changelog=$pkgname.changelog source=(http://ecasound.seul.org/download/$pkgname-$pkgver.tar.gz) -md5sums=('8072340f6cd72fdea05d7efa625b78c5') +md5sums=('d9ded0074a8eeb59dd507c248220d010') build() { cd "$srcdir/$pkgname-$pkgver" |