summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2021-01-17 02:36:52 -0500
committerVincent Grande2021-01-17 02:36:52 -0500
commit181fc267e28973d4ad58dc08bfeec38a74ebe222 (patch)
tree50a5f96881408cc3fb28cc847042f126cb54b066 /PKGBUILD
parentd2ea0c7b403768789be5c4df79c77d1b9050c2b7 (diff)
downloadaur-cmus-minimal-git.tar.gz
flac depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d791353ecd68..40c09705fa78 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')
+makedepends=('git' 'flac')
optdepends=('alsa-lib: for ALSA output plugin support'
'oss: for Open Sound System output plugin support'
'libao: for AO output plugin support'