summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens John2016-03-22 20:01:48 +0900
committerJens John2016-03-22 20:01:48 +0900
commit61c48d9d9030bb430d52f4061a0d284b5c664434 (patch)
tree4f344ff02c744396f13febf0829283590b06d6fd
parent9cfb0cbfade47c27671f9bf9d8d5140c3603558e (diff)
downloadaur-61c48d9d9030bb430d52f4061a0d284b5c664434.tar.gz
Move caps package to depends because it's the default equalizer implementation
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94e88329629b..5f63e4c7d626 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 7b6d468bbe4c..2b9fd3d1db0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"