From 0636563347c19ee9bd6ab9fc5d02087572714862 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 13 May 2014 08:13:23 +0200 Subject: [PATCH] libinput: revbump due to libevdev soname bump. --- srcpkgs/libinput/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index c0bb83fe08b..4cb4074dcbd 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,10 +1,10 @@ # Template file for 'libinput' pkgname=libinput version=0.1.0 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="pkg-config" -makedepends="mtdev-devel libudev-devel libevdev-devel" +makedepends="mtdev-devel libudev-devel libevdev-devel>=1.2" short_desc="Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver" maintainer="Juan RP " license="MIT"