diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template index bb1afcf4501..421b96fe826 100644 --- a/srcpkgs/piper/template +++ b/srcpkgs/piper/template @@ -1,15 +1,19 @@ # Template file for 'piper' pkgname=piper -version=0.5.1 -revision=2 +version=0.6 +revision=1 build_style=meson hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml python3-evdev" makedepends="python3-devel python3-gobject-devel" depends="libratbag gtk+3 python3-lxml" -checkdepends="python3-flake8" +checkdepends="flake8" short_desc="GTK application to configure gaming mice" maintainer="bra1nwave " license="GPL-2.0-or-later" homepage="https://github.com/libratbag/piper" distfiles="https://github.com/libratbag/piper/archive/${version}.tar.gz" -checksum=6a5f4ecfd8f9883a2db9c9692adbf2a3c43d3a6485929428ee9bfe2d421d3cce +checksum=aa2fb9b63cd926067bdf2842013169e279fe2a159e8575f392fc1f042cdec001 + +if [ -z "$XBPS_CHECK_PKGS" ]; then + configure_args="-Dtests=false" +fi