summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122021-07-03 21:02:14 +0200
committerwillemw122021-07-03 21:03:35 +0200
commit28f8a32790fd44a6c797f697aba3a9ddb8ec6860 (patch)
treee2c5373ffde0006cccbcff3d965380ac736cbdcc /PKGBUILD
parentbbd585cbc6185ba97af642f821d060f1bcc47031 (diff)
downloadaur-28f8a32790fd44a6c797f697aba3a9ddb8ec6860.tar.gz
Remove ncurses dependency
Move pandoc to optional 'makedepends' comment line
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea2f3c788e16..eace20a5cb5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,9 @@ pkgdesc="Practical Music Search is a highly configurable, ncurses-based client f
arch=('x86_64')
url="https://ambientsound.github.io/pms"
license=('GPL')
-makedepends=('cmake' 'git' 'pandoc')
-depends=('libmpdclient' 'ncurses')
+# Optional makedepend: 'pandoc: build man page'
+makedepends=('cmake' 'git')
+depends=('libmpdclient')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=($pkgname::git+https://github.com/ambientsound/pms.git#branch=0.42.x)