mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gscreenshot: update to 3.6.3.
This commit is contained in:
parent
a9283c88b1
commit
ade0966fb3
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'gscreenshot'
|
# Template file for 'gscreenshot'
|
||||||
pkgname=gscreenshot
|
pkgname=gscreenshot
|
||||||
version=3.6.2
|
version=3.6.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools gettext go-md2man"
|
hostmakedepends="python3-setuptools gettext go-md2man"
|
||||||
|
@ -14,7 +14,7 @@ license="GPL-2.0-only"
|
||||||
homepage="https://github.com/thenaterhood/gscreenshot"
|
homepage="https://github.com/thenaterhood/gscreenshot"
|
||||||
changelog="https://github.com/thenaterhood/gscreenshot/releases"
|
changelog="https://github.com/thenaterhood/gscreenshot/releases"
|
||||||
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=d551f315773ce50f7b9ec66ef9a461431549cfbf8e206d00bf252869e8a601b7
|
checksum=3f84c71635b9512a1ef7820579213b806ec61796b6224f7a35357008aba27be6
|
||||||
|
|
||||||
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)
|
||||||
|
|
Loading…
Add table
Reference in a new issue