summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05a84362f059..76a76e18737f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = moc-pulse-svn
pkgdesc = An ncurses console audio player with support for pulseaudio (SVN)
pkgver = r3005
- pkgrel = 2
+ pkgrel = 3
url = http://moc.daper.net
arch = i686
arch = x86_64
@@ -12,9 +12,8 @@ pkgbase = moc-pulse-svn
makedepends = libmpcdec
makedepends = wavpack
makedepends = libmodplug
- makedepends = subversion
makedepends = faad2
- makedepends = pulseaudio
+ makedepends = subversion
depends = libmad
depends = libid3tag
depends = jack
@@ -22,7 +21,6 @@ pkgbase = moc-pulse-svn
depends = libltdl
depends = file
depends = sndio
- depends = pulseaudio
optdepends = speex: for using the speex plugin
optdepends = ffmpeg4.4: for using the ffmpeg plugin
optdepends = taglib: for using the musepack plugin
@@ -30,6 +28,7 @@ pkgbase = moc-pulse-svn
optdepends = wavpack: for using the wavpack plugin
optdepends = libmodplug: for using the modplug plugin
optdepends = faad2: for use the aac plugin
+ optdepends = pulseaudio: for using the pulseaudio plugin
provides = moc
conflicts = moc
options = !libtool
diff --git a/PKGBUILD b/PKGBUILD
index cc2fe4d535ab..7d2e384018cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,21 +5,21 @@
_pkgname=moc
pkgname="${_pkgname}-pulse-svn"
pkgver=r3005
-pkgrel=2
+pkgrel=3
pkgdesc='An ncurses console audio player with support for pulseaudio (SVN)'
url='http://moc.daper.net'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'sndio' 'pulseaudio')
-makedepends=('speex' 'ffmpeg4.4' 'taglib' 'libmpcdec' 'wavpack'
- 'libmodplug' 'subversion' 'faad2' 'pulseaudio')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'sndio')
+makedepends=('speex' 'ffmpeg4.4' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2' 'subversion')
optdepends=('speex: for using the speex plugin'
'ffmpeg4.4: for using the ffmpeg plugin'
'taglib: for using the musepack plugin'
'libmpcdec: for using the musepack plugin'
'wavpack: for using the wavpack plugin'
'libmodplug: for using the modplug plugin'
- 'faad2: for use the aac plugin')
+ 'faad2: for use the aac plugin'
+ 'pulseaudio: for using the pulseaudio plugin')
conflicts=('moc')
provides=('moc')
options=('!libtool')