[arch-commits] Commit in waybar/trunk (PKGBUILD)
Brett Cornwall
ainola at archlinux.org
Sun Sep 8 03:37:21 UTC 2019
Date: Sunday, September 8, 2019 @ 03:37:21
Author: ainola
Revision: 508620
Add scdoc makedep; generate manpages
Fixes https://bugs.archlinux.org/task/63619
Modified:
waybar/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-08 02:39:55 UTC (rev 508619)
+++ PKGBUILD 2019-09-08 03:37:21 UTC (rev 508620)
@@ -2,7 +2,7 @@
pkgname=waybar
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based compositors'
arch=('x86_64')
url="https://github.com/Alexays/Waybar/"
@@ -18,6 +18,7 @@
# Sway is needed for building support for workspace and window title modules
makedepends=(
'meson'
+ 'scdoc' # For generating manpages
'spdlog'
'sway'
)
More information about the arch-commits
mailing list