summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--legacy/xf86-input-keyboard/APKBUILD (renamed from user/xf86-input-keyboard/APKBUILD)6
1 files changed, 3 insertions, 3 deletions
diff --git a/user/xf86-input-keyboard/APKBUILD b/legacy/xf86-input-keyboard/APKBUILD
index cc6ce0528..ab0182ece 100644
--- a/user/xf86-input-keyboard/APKBUILD
+++ b/legacy/xf86-input-keyboard/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=xf86-input-keyboard
-pkgver=1.9.0
+pkgver=2.0.0
pkgrel=0
pkgdesc="X.Org keyboard driver"
url="https://www.X.Org/"
@@ -10,7 +10,7 @@ license="X11 AND MIT AND GPL-2.0-only"
depends=""
makedepends="util-macros xorgproto-dev xorg-server-dev"
subpackages="$pkgname-doc"
-source="https://www.x.org/releases/individual/driver/xf86-input-keyboard-$pkgver.tar.bz2"
+source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.xz"
build() {
./configure \
@@ -31,4 +31,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="d1a52d10039096d0d5e09750b6a8c2388345748331615af93e5be499646c3bc5fbbfc897fcebdeada5efaafff94f26a2ab84d6e35f01a875b8b9956a42015df9 xf86-input-keyboard-1.9.0.tar.bz2"
+sha512sums="8d53cdc3a9c9494896808e6a3974dcce5b2e7117bd9f5447240a01f126d3828a51143dbf4866ba94a761f83000f269026d7feda2a2b6c6d8a403b6cd46d5a437 xf86-input-keyboard-2.0.0.tar.xz"