gscreenshot: update to 3.4.2.

This commit is contained in:
icp 2024-02-12 22:17:07 +05:30 committed by John Zimmermann
parent 938b62dc56
commit 4a49df6200

View file

@ -1,7 +1,7 @@
# Template file for 'gscreenshot'
pkgname=gscreenshot
version=3.4.1
revision=2
version=3.4.2
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools gettext go-md2man"
# refer to https://github.com/thenaterhood/gscreenshot#installation
@ -13,7 +13,7 @@ maintainer="Rui Flora <rui.flora@gmail.com>"
license="GPL-2.0-only"
homepage="https://github.com/thenaterhood/gscreenshot"
distfiles="https://github.com/thenaterhood/gscreenshot/archive/refs/tags/v${version}.tar.gz"
checksum=1cbabb2b81277aec03b2aef6ba149a137829e9e65237de7d08cd10c47dc80c3b
checksum=dd435bb1dfc4e5c3ead3526bd59db5b24be001e9ba2fd9193a2c6b5b8f63ec76
do_check() {
(cd src && PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ../test)