summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac7caf575790..44d06c1c34c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,8 +13,8 @@ pkgbase = cynthiune.app
depends = gnustep-gui
depends = gnustep-back
depends = libmad
+ depends = pulseaudio-alsa
optdepends = libid3tag
- optdepends = libmad
optdepends = libvorbis
optdepends = libogg
optdepends = libmpcdec
diff --git a/PKGBUILD b/PKGBUILD
index 0cc0a6fe186f..7c85dcd3489f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ arch=('i686' 'x86_64')
url='http://gap.nongnu.org/cynthiune/index.html'
license=('GPL')
groups=('gnustep-apps')
-depends=('gnustep-base' 'gnustep-gui' 'gnustep-back' 'libmad')
-optdepends=('libid3tag' 'libmad' 'libvorbis' 'libogg' 'libmpcdec' 'esound')
+depends=('gnustep-base' 'gnustep-gui' 'gnustep-back' 'libmad' 'pulseaudio-alsa')
+optdepends=('libid3tag' 'libvorbis' 'libogg' 'libmpcdec' 'esound')
makedepends=('gcc-objc' 'gnustep-make')
source=("http://savannah.nongnu.org/download/gap/Cynthiune-1.0.0.tar.gz"
"http://http.debian.net/debian/pool/main/c/cynthiune.app/cynthiune.app_1.0.0-2.debian.tar.xz")