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

Antonio Rojas arojas at archlinux.org
Sat Jan 16 09:05:01 UTC 2021


    Date: Saturday, January 16, 2021 @ 09:05:00
  Author: arojas
Revision: 821101

Add missing xfconf dependency (FS#69288)

Modified:
  catfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-16 09:04:51 UTC (rev 821100)
+++ PKGBUILD	2021-01-16 09:05:00 UTC (rev 821101)
@@ -6,7 +6,7 @@
 
 pkgname=catfish
 pkgver=4.16.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Versatile file searching tool'
 arch=(any)
 url='https://docs.xfce.org/apps/catfish/start'
@@ -13,7 +13,7 @@
 license=(GPL)
 install=$pkgname.install
 depends=(gtk3 python-cairo python-gobject python-pexpect
-         python-ptyprocess python-xdg xdg-utils python-dbus)
+         python-ptyprocess python-xdg xdg-utils python-dbus xfconf)
 makedepends=(git intltool python-distutils-extra)
 optdepends=('mlocate: filename search')
 source=(https://archive.xfce.org/src/apps/catfish/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)



More information about the arch-commits mailing list