diff options
author | Jens John | 2016-03-22 20:01:48 +0900 |
---|---|---|
committer | Jens John | 2016-03-22 20:01:48 +0900 |
commit | 61c48d9d9030bb430d52f4061a0d284b5c664434 (patch) | |
tree | 4f344ff02c744396f13febf0829283590b06d6fd | |
parent | 9cfb0cbfade47c27671f9bf9d8d5140c3603558e (diff) | |
download | aur-61c48d9d9030bb430d52f4061a0d284b5c664434.tar.gz |
Move caps package to depends because it's the default equalizer implementation
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 5 insertions, 7 deletions
@@ -1,15 +1,14 @@ pkgbase = alsaequal pkgdesc = Real-time adjustable equalizer plugin for ALSA sound server pkgver = 0.6 - pkgrel = 13 + pkgrel = 14 url = http://www.thedigitalmachine.net/alsaequal.html install = alsaequal.install arch = i686 arch = x86_64 license = GPL2 depends = alsa-lib - depends = ladspa - optdepends = caps: to use the Eq CAPS equalizer (10-band) + depends = caps optdepends = swh-plugins: to use the mbeq equalizer (15-band) source = http://www.thedigitalmachine.net/tools/alsaequal-0.6.tar.bz2 source = makefile.patch @@ -10,16 +10,15 @@ pkgname=alsaequal pkgver=0.6 -pkgrel=13 +pkgrel=14 pkgdesc='Real-time adjustable equalizer plugin for ALSA sound server' url='http://www.thedigitalmachine.net/alsaequal.html' license=('GPL2') arch=('i686' 'x86_64') -depends=('alsa-lib' 'ladspa') -optdepends=('caps: to use the Eq CAPS equalizer (10-band)' - 'swh-plugins: to use the mbeq equalizer (15-band)') +depends=('alsa-lib' 'caps') +optdepends=('swh-plugins: to use the mbeq equalizer (15-band)') install=alsaequal.install source=("http://www.thedigitalmachine.net/tools/alsaequal-$pkgver.tar.bz2" |