[arch-commits] Commit in mako/trunk (PKGBUILD)

Brett Cornwall ainola at archlinux.org
Wed Sep 2 02:19:34 UTC 2020


    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 <ainola at archlinux.org>
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
 # 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=(



More information about the arch-commits mailing list