minigalaxy: update to 1.1.0, orphan.

This commit is contained in:
Lorem 2021-11-28 11:25:31 +05:30 committed by Érico Nogueira Rolim
parent 63aecbf092
commit 591e7fb700

View file

@ -1,18 +1,18 @@
# Template file for 'minigalaxy' # Template file for 'minigalaxy'
pkgname=minigalaxy pkgname=minigalaxy
version=1.0.2 version=1.1.0
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="gettext python3-setuptools" hostmakedepends="gettext python3-setuptools"
depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests" depends="hicolor-icon-theme webkit2gtk python3-gobject python3-requests"
checkdepends="$depends" checkdepends="$depends python3-simplejson"
short_desc="Simple GOG client for Linux" short_desc="Simple GOG client for Linux"
maintainer="Lorem <notloremipsum@protonmail.com>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-3.0-or-later, CC-BY-3.0" license="GPL-3.0-or-later, CC-BY-3.0"
homepage="https://sharkwouter.github.io/minigalaxy/" homepage="https://sharkwouter.github.io/minigalaxy/"
changelog="https://github.com/sharkwouter/minigalaxy/blob/master/CHANGELOG.md" changelog="https://github.com/sharkwouter/minigalaxy/blob/master/CHANGELOG.md"
distfiles="https://github.com/sharkwouter/minigalaxy/archive/${version}.tar.gz" distfiles="https://github.com/sharkwouter/minigalaxy/archive/${version}.tar.gz"
checksum=9cb482760c68153f2fc8b8fe229d60033634bc0c7b83a6aa43a9cfa20ab2d0e9 checksum=581e7abfb4af0c01d795dc57a93b1305644d8bdd11ecb533bb2787f85b4bc992
do_check() { do_check() {
python -m unittest tests/*.py python -m unittest tests/*.py