From 8d81091e1e2ef0cda891ece490caf3c4df69ec4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 21 Apr 2019 13:59:18 +0200 Subject: [PATCH] PKGBUILD: makedepend on scdoc (for man page generation) --- PKGBUILD | 3 ++- PKGBUILD.wayland-only | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 1fc4f58..6dd3c59 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,10 +1,11 @@ pkgname=f00bar -pkgver=0.9.0.r159.g902245d +pkgver=0.9.0.r162.g879d5ce pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for X and Wayland" arch=('x86_64') url=https://gitlab.com/dnkl/f00bar license=(mit) +makedepends=('scdoc') depends=( 'libxcb' 'xcb-util' 'xcb-util-cursor' 'xcb-util-wm' 'wayland' 'wlroots' diff --git a/PKGBUILD.wayland-only b/PKGBUILD.wayland-only index cf64bb5..3832176 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -1,11 +1,12 @@ pkgname=f00bar-wayland -pkgver=0.9.0.r159.g902245d +pkgver=0.9.0.r162.g879d5ce pkgrel=1 pkgdesc="Simplistic and highly configurable status panel for Wayland" arch=('x86_64') url=https://gitlab.com/dnkl/f00bar license=(mit) conflicts=('f00bar') +makedepends=('scdoc') depends=( 'wayland' 'wlroots' 'freetype2' 'fontconfig' 'cairo'