gscreenshot: update to 3.4.0.

This commit is contained in:
icp 2023-04-12 11:45:40 +05:30 committed by classabbyamp
parent 2890951790
commit 754d0923c2
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gscreenshot'
pkgname=gscreenshot
version=3.3.0
version=3.4.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools gettext go-md2man"
@ -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=f05e695676cda97483c6cdbebaba9a708b5791e544e977016a772325a1d37231
checksum=c80e7366cdb32377300cc581c8f042e1b70f865b20505d0f5224a1c5d00d6416
do_check() {
(cd src && PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ../test)