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

Antonio Rojas arojas at gemini.archlinux.org
Thu Jun 16 06:57:28 UTC 2022


    Date: Thursday, June 16, 2022 @ 06:57:27
  Author: arojas
Revision: 1238083

Add missing python-yaml dependency (FS#75079)

Modified:
  guake/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-16 05:37:58 UTC (rev 1238082)
+++ PKGBUILD	2022-06-16 06:57:27 UTC (rev 1238083)
@@ -6,13 +6,13 @@
 
 pkgname=guake
 pkgver=3.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Drop-down terminal for GNOME'
 arch=('any')
 url="http://guake-project.org/"
 license=('GPL')
 depends=('libkeybinder3' 'libnotify' 'libutempter' 'libwnck3' 'python-cairo'
-         'python-dbus' 'python-gobject' 'python-pbr' 'vte3')
+         'python-dbus' 'python-gobject' 'python-pbr' 'vte3' 'python-yaml')
 makedepends=('git' 'python-setuptools-scm')
 _commit=1e8ea6f14dd8ba511aab929a601d1a8fa3a910dd
 source=("git+https://github.com/Guake/guake#commit=$_commit")



More information about the arch-commits mailing list