summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2021-11-29 08:57:03 +0100
committerHans-Nikolai Viessmann2021-11-29 08:57:03 +0100
commit9e3318a1a7cf6a0080e441eea3ad7aae13d89bf2 (patch)
treeb10013c57057b62719aee5c41455e0c69f232d95
parent2ea96adad5c98d432e034be8cba2f9c5ccade62b (diff)
downloadaur-9e3318a1a7cf6a0080e441eea3ad7aae13d89bf2.tar.gz
make sndio a hard dependency, thanks @sekret!
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8c79e172895..925cd3ff3b4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = moc-pulse
pkgdesc = An ncurses console audio player with support for pulseaudio
pkgver = 2.5.2
- pkgrel = 5
+ pkgrel = 6
url = https://moc.daper.net/
arch = x86_64
license = GPL
makedepends = speex
- makedepends = sndio
makedepends = ffmpeg
makedepends = taglib
makedepends = libmpcdec
@@ -19,9 +18,9 @@ pkgbase = moc-pulse
depends = curl
depends = libltdl
depends = file
+ depends = sndio
depends = pulseaudio
optdepends = speex: for using the speex plugin
- optdepends = sndio: for using the sndfile plugin
optdepends = ffmpeg: for using the ffmpeg plugin
optdepends = taglib: for using the musepack plugin
optdepends = libmpcdec: for using the musepack plugin
diff --git a/PKGBUILD b/PKGBUILD
index 048fcf4dde75..3044e15aae79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,14 @@
pkgname='moc-pulse'
_pkgname='moc'
pkgver=2.5.2
-pkgrel=5
+pkgrel=6
pkgdesc='An ncurses console audio player with support for pulseaudio'
arch=('x86_64')
url="https://moc.daper.net/"
license=('GPL')
-depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'pulseaudio')
-makedepends=('speex' 'sndio' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2')
+depends=('libmad' 'libid3tag' 'jack' 'curl' 'libltdl' 'file' 'sndio' 'pulseaudio')
+makedepends=('speex' 'ffmpeg' 'taglib' 'libmpcdec' 'wavpack' 'libmodplug' 'faad2')
optdepends=('speex: for using the speex plugin'
- 'sndio: for using the sndfile plugin'
'ffmpeg: for using the ffmpeg plugin'
'taglib: for using the musepack plugin'
'libmpcdec: for using the musepack plugin'