aboutsummaryrefslogtreecommitdiffstats
path: root/community/xf86-input-libinput/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xf86-input-libinput/APKBUILD')
-rw-r--r--community/xf86-input-libinput/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xf86-input-libinput/APKBUILD b/community/xf86-input-libinput/APKBUILD
index c50375b4179..06ecc71673a 100644
--- a/community/xf86-input-libinput/APKBUILD
+++ b/community/xf86-input-libinput/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-input-libinput
-pkgver=1.1.0
-pkgrel=0
+pkgver=1.4.0
+pkgrel=1
pkgdesc="X.Org input driver based on libinput"
url="https://xorg.freedesktop.org"
arch="all"
@@ -10,7 +10,7 @@ license="MIT"
depends_dev="libinput-dev xorg-server-dev"
makedepends="$depends_dev eudev-dev xorgproto"
subpackages="$pkgname-dev $pkgname-doc"
-source="https://www.x.org/releases/individual/driver/xf86-input-libinput-$pkgver.tar.bz2"
+source="https://www.x.org/releases/individual/driver/xf86-input-libinput-$pkgver.tar.xz"
build() {
./configure \
@@ -32,5 +32,5 @@ package() {
}
sha512sums="
-7def9a4834a9203d1672613b1a4b384a0eb3d664818865b375969bf9ca96c512b752859acc8916de9224f7e488f8d59953308e53b983dfa8031ca01fd707fa2b xf86-input-libinput-1.1.0.tar.bz2
+b286b5425aeda5cfecd1de7f59663d169b95ffc55474dfbf28c2e13e5221cbeecd472d40b6094c0a937f83db67bf58a7fe0e07d25b6a6945d3fd669e717fc0bf xf86-input-libinput-1.4.0.tar.xz
"