summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Engestrom2020-11-08 15:44:18 +0100
committerEric Engestrom2020-11-08 15:44:18 +0100
commit1f8e9a63af8ca4f022791d518b2ad878fb449948 (patch)
treef9c4977d3be900942979cd8303d25e5714dd197f /PKGBUILD
parent6bad4773131ff90f4bea90d8c5a5947408933e15 (diff)
downloadaur-1f8e9a63af8ca4f022791d518b2ad878fb449948.tar.gz
add `scdoc` makedepend (to always install the man pages instead of only when scdoc happens to be there)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02522ae228a1..6c1288a5423a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=(x86_64 i686)
url=https://github.com/any1/wayvnc
license=(custom:ISC)
depends=(libglvnd libxkbcommon libuv pixman neatvnc-git wayland)
-makedepends=(git meson ninja aml-git)
+makedepends=(git meson ninja aml-git scdoc)
source=("git+$url")
sha512sums=('SKIP')
conflicts=(wayvnc)