diff --git a/srcpkgs/gscreenshot/template b/srcpkgs/gscreenshot/template index 53cc361df75..2788e65fed4 100644 --- a/srcpkgs/gscreenshot/template +++ b/srcpkgs/gscreenshot/template @@ -1,6 +1,6 @@ # Template file for 'gscreenshot' pkgname=gscreenshot -version=3.6.1 +version=3.6.2 revision=1 build_style=python3-module hostmakedepends="python3-setuptools gettext go-md2man" @@ -12,8 +12,9 @@ short_desc="GUI for multiple screenshot backends including scrot, PIL, and grim" maintainer="icp " 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=980c3e232a5abe2bd7aec9c135ff7bea424a0a6398768659875ecf2e5945f661 +checksum=d551f315773ce50f7b9ec66ef9a461431549cfbf8e206d00bf252869e8a601b7 do_check() { (cd src && PYTHONPATH="$(cd build/lib* && pwd)" python3 -m pytest ../test)