summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom2020-11-08 15:44:18 +0100
committerEric Engestrom2020-11-08 15:44:18 +0100
commit1f8e9a63af8ca4f022791d518b2ad878fb449948 (patch)
treef9c4977d3be900942979cd8303d25e5714dd197f
parent6bad4773131ff90f4bea90d8c5a5947408933e15 (diff)
downloadaur-1f8e9a63af8ca4f022791d518b2ad878fb449948.tar.gz
add `scdoc` makedepend (to always install the man pages instead of only when scdoc happens to be there)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf1a19284054..ef835d22adc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = wayvnc-git
makedepends = meson
makedepends = ninja
makedepends = aml-git
+ makedepends = scdoc
depends = libglvnd
depends = libxkbcommon
depends = libuv
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)