From 8fe9e98a202e6a0a4fd86fb8fcbc5d37288e65a8 Mon Sep 17 00:00:00 2001 From: bsduck <54958509+bsduck@users.noreply.github.com> Date: Fri, 1 May 2020 14:05:43 +0200 Subject: [PATCH] catfish: add missing dependency: python3-dbus --- srcpkgs/catfish/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/catfish/template b/srcpkgs/catfish/template index dc08d55e529..38df0a0adef 100644 --- a/srcpkgs/catfish/template +++ b/srcpkgs/catfish/template @@ -1,12 +1,12 @@ # Template file for 'catfish' pkgname=catfish version=1.4.13 -revision=1 +revision=2 archs=noarch wrksrc="catfish-catfish-${version}" build_style=python3-module hostmakedepends="intltool python3-distutils-extra python3-gobject" -depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pexpect" +depends="desktop-file-utils gtk+3 hicolor-icon-theme python3-gobject python3-pexpect python3-dbus" short_desc="Versatile file searching tool" maintainer="Orphaned " license="GPL-2.0-or-later"