Date: Wednesday, September 2, 2020 @ 02:19:33 Author: ainola Revision: 696254
Add explicit systemd makedep for pkgconfig Modified: mako/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-02 00:54:21 UTC (rev 696253) +++ PKGBUILD 2020-09-02 02:19:33 UTC (rev 696254) @@ -1,4 +1,4 @@ -# Maintainer: Ainola <[email protected]> +# Maintainer: Brett Cornwall <[email protected]> # Contributor: Drew DeVault pkgname=mako @@ -13,6 +13,9 @@ "systemd-libs" "wayland" ) +optdepends=( + "jq: Required for the menu sub-command" +) arch=("x86_64") url='https://mako-project.org' source=(
