gscreenshot: update to 3.6.1.

This commit is contained in:
icp 2024-07-14 00:50:01 +05:30 committed by classabbyamp
parent 46477bfb19
commit 0302007d57
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'gscreenshot' # Template file for 'gscreenshot'
pkgname=gscreenshot pkgname=gscreenshot
version=3.5.1 version=3.6.1
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools gettext go-md2man" hostmakedepends="python3-setuptools gettext go-md2man"
@ -13,7 +13,7 @@ maintainer="icp <pangolin@vivaldi.net>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://github.com/thenaterhood/gscreenshot" homepage="https://github.com/thenaterhood/gscreenshot"
distfiles="https://github.com/thenaterhood/gscreenshot/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/thenaterhood/gscreenshot/archive/refs/tags/v${version}.tar.gz"
checksum=02ded69a416e63b6d78273758e93d5de00f109db8c2e02bbe52dedffd082dc21 checksum=980c3e232a5abe2bd7aec9c135ff7bea424a0a6398768659875ecf2e5945f661
do_check() { do_check() {
(cd src && PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ../test) (cd src && PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ../test)