Komikku: update dependencies

- Add python3-keyring as runtime dependency.
 - Add checkdepends.
This commit is contained in:
Lorem 2020-08-25 14:06:25 +05:30 committed by Andrew J. Hesford
parent 4f6d39fce5
commit cb68b43f45

View file

@ -1,16 +1,16 @@
# Template file for 'Komikku'
pkgname=Komikku
version=0.19.0
revision=1
revision=2
archs=noarch
wrksrc=Komikku-v${version}
build_style=meson
hostmakedepends="appstream-glib desktop-file-utils glib-devel gettext
gobject-introspection pkg-config"
hostmakedepends="gettext glib-devel gobject-introspection pkg-config"
makedepends="gtk+3-devel libhandy1-devel"
depends="gtk+3 python3-BeautifulSoup4 python3-cloudscraper python3-dateparser
python3-gobject python3-lxml python3-magic python3-Pillow python3-pure-protobuf
libhandy1 libnotify libsecret python3-Unidecode"
libhandy1 libnotify libsecret python3-Unidecode python3-keyring"
checkdepends="appstream-glib desktop-file-utils"
short_desc="Online/offline manga reader for GNOME"
maintainer="Lorem <notloremipsum@protonmail.com>"
license="GPL-3.0-or-later"