summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2020-08-27 13:50:28 -0400
committerVincent Grande2020-08-27 13:50:28 -0400
commit011b29a56874532535ab3829f60dd1eebe128ef9 (patch)
tree14d0c72c10950b7ae5c557c77fd04b3444019d93 /PKGBUILD
parentad1af6a25c3ae57841a58a21d710985b0bd0643a (diff)
downloadaur-011b29a56874532535ab3829f60dd1eebe128ef9.tar.gz
dependency fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45926fbcc9d5..e9efadfc35b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Small, fast and powerful console music player for Unix-like operating s
arch=('x86_64' 'aarch64')
url="https://cmus.github.io/"
depends=('ncurses')
-makedepends=('git' 'libpulse')
+makedepends=('git')
optdepends=('alsa-lib: for ALSA output plugin support'
'oss: for Open Sound System output plugin support'
'libao: for AO output plugin support'