catfish: add missing dependency: python3-dbus

This commit is contained in:
bsduck 2020-05-01 14:05:43 +02:00 committed by Danh Doan
parent 75f29009e7
commit 41b62b1d58
1 changed files with 2 additions and 2 deletions

View File

@ -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 <orphan@voidlinux.org>"
license="GPL-2.0-or-later"