diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/ecasound-libre/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libre/ecasound-libre/PKGBUILD b/libre/ecasound-libre/PKGBUILD index c8f98dadf..3dc82648c 100644 --- a/libre/ecasound-libre/PKGBUILD +++ b/libre/ecasound-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 199462 2013-11-13 08:34:51Z schiv $ +# $Id: PKGBUILD 204375 2014-01-18 15:02:17Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> @@ -6,9 +6,9 @@ _pkgname=ecasound pkgname=ecasound-libre -pkgver=2.9.0 -pkgrel=4 -pkgdesc="A software package designed for multitrack audio processing, without nonfree faac recommendation" +pkgver=2.9.1 +pkgrel=1 +pkgdesc="Command-line multitrack audio processor, without nonfree faac recommendation" arch=('i686' 'x86_64') url="http://www.eca.cx/ecasound/" license=('GPL' 'LGPL') @@ -27,7 +27,7 @@ conflicts=$_pkgname provides=$_pkgname=$pkgver source=("http://ecasound.seul.org/download/$_pkgname-$pkgver.tar.gz" 'ruby2.patch') -md5sums=('05e7d4664cdf4c7a138c098e9506a551' +md5sums=('13c7be1e4eddc0bbf3792dc17777e465' '6909dbd4f67f76d3bd31ce7c7fe16212') build() { |