From 5d07374a53aae33761f9ea7f22762594a227be11 Mon Sep 17 00:00:00 2001 From: cultab Date: Mon, 3 Oct 2022 15:33:11 +0300 Subject: [PATCH] piper: update to 0.7. --- srcpkgs/piper/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/piper/template b/srcpkgs/piper/template index 21333273a40..635be8bf8df 100644 --- a/srcpkgs/piper/template +++ b/srcpkgs/piper/template @@ -1,19 +1,19 @@ # Template file for 'piper' pkgname=piper -version=0.6 -revision=3 +version=0.7 +revision=1 build_style=meson hostmakedepends="gettext libratbag pkg-config glib-devel python3-lxml python3-evdev python3-cairo python3-gobject" makedepends="python3-devel python3-gobject-devel" depends="libratbag gtk+3 python3-lxml python3-evdev python3-cairo python3-gobject" -checkdepends="flake8" +checkdepends="flake8 AppStream" 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=aa2fb9b63cd926067bdf2842013169e279fe2a159e8575f392fc1f042cdec001 +checksum=65e5058e7d722c463e810de6d9ae79ad7ebf8979f099fec5bcd26c5098a89ded if [ -z "$XBPS_CHECK_PKGS" ]; then configure_args="-Dtests=false"