gscreenshot: update to 3.6.3.

This commit is contained in:
icp 2024-10-07 22:35:50 +05:30 committed by classabbyamp
parent a9283c88b1
commit ade0966fb3
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gscreenshot'
pkgname=gscreenshot
version=3.6.2
version=3.6.3
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools gettext go-md2man"
@ -14,7 +14,7 @@ license="GPL-2.0-only"
homepage="https://github.com/thenaterhood/gscreenshot"
changelog="https://github.com/thenaterhood/gscreenshot/releases"
distfiles="https://github.com/thenaterhood/gscreenshot/archive/refs/tags/v${version}.tar.gz"
checksum=d551f315773ce50f7b9ec66ef9a461431549cfbf8e206d00bf252869e8a601b7
checksum=3f84c71635b9512a1ef7820579213b806ec61796b6224f7a35357008aba27be6
do_check() {
(cd src && PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ../test)