piper: update to 0.6.

This commit is contained in:
tibequadorian 2021-08-09 16:46:29 +02:00 committed by Érico Nogueira Rolim
parent 006113827a
commit 1546c6f08d

View file

@ -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 <bra1nwave@protonmail.com>"
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