mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gscreenshot: update to 3.4.0.
This commit is contained in:
parent
2890951790
commit
754d0923c2
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.3.0
|
version=3.4.0
|
||||||
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="Rui Flora <rui.flora@gmail.com>"
|
||||||
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=f05e695676cda97483c6cdbebaba9a708b5791e544e977016a772325a1d37231
|
checksum=c80e7366cdb32377300cc581c8f042e1b70f865b20505d0f5224a1c5d00d6416
|
||||||
|
|
||||||
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