summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2024-04-20 12:18:06 +0200
committerHans-Nikolai Viessmann2024-04-20 12:18:06 +0200
commita181398275aabd77e2f9193b7feeec3678cd9843 (patch)
tree6f895201cddf5afa6e429fcb76c6e2fe8289fd21 /PKGBUILD
parent970bfb1e9645c00612ee1febf21f6eb92df0dbd2 (diff)
downloadaur-moc-pulse-svn.tar.gz
move pulseaudio as optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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')