gscreenshot: update to 3.5.1.

This commit is contained in:
icp 2024-07-01 00:55:07 +05:30 committed by Andrew J. Hesford
parent 9514894aca
commit d6987c7365

View file

@ -1,6 +1,6 @@
# Template file for 'gscreenshot'
pkgname=gscreenshot
version=3.5.0
version=3.5.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools gettext go-md2man"
@ -13,7 +13,7 @@ maintainer="icp <pangolin@vivaldi.net>"
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=d51ed7f7172cfb82ca404adfc9c3eaa82a441b9bdded4105e3c7c4e7e75562c9
checksum=02ded69a416e63b6d78273758e93d5de00f109db8c2e02bbe52dedffd082dc21
do_check() {
(cd src && PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ../test)