diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-12 12:57:07 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-12 12:57:07 -0200 |
commit | 4ca31e596c57b8104069e2cf3af3409ca379f9a1 (patch) | |
tree | 2d76202a60a1205f33e02b5ba5cfd351d9b98728 /libre | |
parent | 044402e7eda2a131558b437c0f8cbd9b6d9b77f7 (diff) | |
download | abslibre-4ca31e596c57b8104069e2cf3af3409ca379f9a1.tar.gz abslibre-4ca31e596c57b8104069e2cf3af3409ca379f9a1.tar.bz2 abslibre-4ca31e596c57b8104069e2cf3af3409ca379f9a1.zip |
ecasound-libre-2.9.1-2: liblo rebuild
Diffstat (limited to 'libre')
-rw-r--r-- | libre/ecasound-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/ecasound-libre/PKGBUILD b/libre/ecasound-libre/PKGBUILD index 3dc82648c..4c2586f5d 100644 --- a/libre/ecasound-libre/PKGBUILD +++ b/libre/ecasound-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 204375 2014-01-18 15:02:17Z schiv $ +# $Id: PKGBUILD 205044 2014-02-03 17:11:21Z schiv $ # Maintainer: Ray Rashif <schiv@archlinux.org> # Contributor: Eric Belanger <eric@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> @@ -7,12 +7,12 @@ _pkgname=ecasound pkgname=ecasound-libre pkgver=2.9.1 -pkgrel=1 +pkgrel=2 pkgdesc="Command-line multitrack audio processor, without nonfree faac recommendation" arch=('i686' 'x86_64') url="http://www.eca.cx/ecasound/" license=('GPL' 'LGPL') -depends=('audiofile' 'liblo' 'liboil' 'lilv') +depends=('audiofile' 'liblo>=0.28' 'liboil' 'lilv') makedepends=('python2' 'ruby') optdepends=('python2: ecamonitor, ECI API' 'ruby: ECI API' |