From 2c317e8964f4b23dd1d26f00693577cc86cb5207 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sun, 9 Jul 2023 17:46:45 -0400 Subject: [PATCH] libinput: note required sync, fix update check --- srcpkgs/libinput/template | 1 + srcpkgs/libinput/update | 1 + 2 files changed, 2 insertions(+) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index ac40774fd0f..9dd18fe5040 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,4 +1,5 @@ # Template file for 'libinput' +# keep in sync with libinput-debug-gui pkgname=libinput version=1.23.0 revision=1 diff --git a/srcpkgs/libinput/update b/srcpkgs/libinput/update index 9f6b7927aa7..33c418dc38f 100644 --- a/srcpkgs/libinput/update +++ b/srcpkgs/libinput/update @@ -1 +1,2 @@ +pattern="libinput \K[\d.]+(?=)" ignore="*.99.* *.9[0-9][0-9]"