syncthing-gtk: add python-gobject to depends

This commit is contained in:
sb51 2017-11-21 11:38:40 -05:00 committed by Enno Boland
parent 5a1cd857fc
commit 431838beb1

View file

@ -1,12 +1,12 @@
# Template file for 'syncthing-gtk'
pkgname=syncthing-gtk
version=0.9.2.6
revision=1
revision=2
short_desc="GTK3 and python based GUI for Syncthing"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
build_style=python2-module
hostmakedepends="python-setuptools"
depends="syncthing python-dateutil libnotify librsvg python-bcrypt python-cairo gtk+3"
depends="syncthing python-dateutil libnotify librsvg python-bcrypt python-cairo gtk+3 python-gobject"
license="GPL-2"
homepage="https://github.com/syncthing/syncthing-gtk"
distfiles="https://github.com/syncthing/syncthing-gtk/archive/v${version}.tar.gz"