summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122021-07-03 21:02:14 +0200
committerwillemw122021-07-03 21:03:35 +0200
commit28f8a32790fd44a6c797f697aba3a9ddb8ec6860 (patch)
treee2c5373ffde0006cccbcff3d965380ac736cbdcc
parentbbd585cbc6185ba97af642f821d060f1bcc47031 (diff)
downloadaur-28f8a32790fd44a6c797f697aba3a9ddb8ec6860.tar.gz
Remove ncurses dependency
Move pandoc to optional 'makedepends' comment line
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a794ff316ce9..869910afacc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,9 +7,7 @@ pkgbase = pmus-git
license = GPL
makedepends = cmake
makedepends = git
- makedepends = pandoc
depends = libmpdclient
- depends = ncurses
provides = pmus
conflicts = pmus
source = pmus-git::git+https://github.com/ambientsound/pms.git#branch=0.42.x
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)