syncthing-gtk: add python-gobject to depends
This commit is contained in:
parent
5a1cd857fc
commit
431838beb1
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue