xf86-input-libinput: update to 1.1.0.
Add comment with info on how to easily find what changed between versions. Closes: #31660 [via git-merge-pr]
This commit is contained in:
parent
bfe9c3b9f3
commit
0d362a489a
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xf86-input-libinput'
|
||||
pkgname=xf86-input-libinput
|
||||
version=1.0.1
|
||||
version=1.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,8 +10,10 @@ short_desc="Generic input driver for the X.Org server based on libinput"
|
|||
maintainer="skmpz <dem.procopiou@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://xorg.freedesktop.org/"
|
||||
# no official changelog
|
||||
#changelog="https://gitlab.freedesktop.org/xorg/driver/xf86-input-libinput/-/commits/master/"
|
||||
distfiles="${XORG_SITE}/driver/${pkgname}-${version}.tar.bz2"
|
||||
checksum=fddec49c115591918475155bf16aaf23017d7f814cee7823a0c11f867aca245b
|
||||
checksum=e11d2a41419124a6e9b148f1df181bf7819fc7398c8ee9a1b6390b0742c68d16
|
||||
lib32disabled=yes
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue