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'