libinput: update to 1.10.5.
Closes #13617. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
962a6379bb
commit
a6f7e44938
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libinput'
|
||||
pkgname=libinput
|
||||
version=1.10.4
|
||||
version=1.10.5
|
||||
revision=1
|
||||
build_style=meson
|
||||
configure_args="-Dtests=false -Ddebug-gui=false -Ddocumentation=false"
|
||||
|
@ -9,9 +9,9 @@ makedepends="libevdev-devel libwacom-devel mtdev-devel"
|
|||
short_desc="Provides handling input devices in Wayland compositors and X"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="MIT"
|
||||
homepage="http://www.freedesktop.org/wiki/Software/libinput/"
|
||||
distfiles="$FREEDESKTOP_SITE/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=2330a82f3e4b617a4f9ff0f2bf9cc217b3c4e69d767e61ca59ca07add61f68ac
|
||||
homepage="https://www.freedesktop.org/wiki/Software/libinput"
|
||||
distfiles="${FREEDESKTOP_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=cbb1c03b8fb4b1d3781db5c8c66cdc1e754c0354037bcf39b2d8d08710077b2e
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue