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

Antonio Rojas arojas at gemini.archlinux.org
Thu Feb 17 20:47:25 UTC 2022


    Date: Thursday, February 17, 2022 @ 20:47:25
  Author: arojas
Revision: 1133816

Add missing python-cairo dependency (FS#73832)

Modified:
  gnome-passwordsafe/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-17 20:18:45 UTC (rev 1133815)
+++ PKGBUILD	2022-02-17 20:47:25 UTC (rev 1133816)
@@ -2,12 +2,12 @@
 
 pkgname=gnome-passwordsafe
 pkgver=6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Password manager for GNOME which makes use of the KeePass v.4 format"
 arch=(any)
 url="https://gitlab.gnome.org/World/PasswordSafe"
 license=(GPL3)
-depends=(gtk4 libadwaita libpwquality python-gobject python-pykeepass python-pyotp)
+depends=(gtk4 libadwaita libpwquality python-gobject python-pykeepass python-pyotp python-cairo)
 makedepends=(git gobject-introspection meson)
 _commit=1ea43e1fac43ffddc82696c4363082dbc5ba69cb
 source=("git+https://gitlab.gnome.org/World/PasswordSafe.git/#commit=$_commit")



More information about the arch-commits mailing list