summaryrefslogtreecommitdiff
path: root/user/xf86-input-libinput
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-18 03:20:21 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-04-18 03:20:21 +0000
commitccaca87e437505faefd94112c2e881621fedd19f (patch)
treef156b8410faa887f544c829073b4074d467ed28a /user/xf86-input-libinput
parente8732332f51d83cef66038d0418e9ced8a25d860 (diff)
downloadpackages-ccaca87e437505faefd94112c2e881621fedd19f.tar.gz
packages-ccaca87e437505faefd94112c2e881621fedd19f.tar.bz2
packages-ccaca87e437505faefd94112c2e881621fedd19f.tar.xz
packages-ccaca87e437505faefd94112c2e881621fedd19f.zip
user/xf86-input-libinput: bump to 0.28.2
Diffstat (limited to 'user/xf86-input-libinput')
-rw-r--r--user/xf86-input-libinput/APKBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/user/xf86-input-libinput/APKBUILD b/user/xf86-input-libinput/APKBUILD
index 655c9319f..4c168bea9 100644
--- a/user/xf86-input-libinput/APKBUILD
+++ b/user/xf86-input-libinput/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=xf86-input-libinput
-pkgver=0.28.1
+pkgver=0.28.2
pkgrel=0
pkgdesc="X.Org generic input driver using libinput"
url="https://www.X.Org/"
@@ -14,7 +14,6 @@ subpackages="$pkgname-dev $pkgname-doc"
source="https://www.X.Org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -26,14 +25,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-sha512sums="2b8cabfbc3490edbe928771ed9d62a0d4a423bc1373fc6cf9d3a6b5937e17ddc48ebb1b70f1191e507024e4b8220c137495cbba825292b51e50709daa7d31623 xf86-input-libinput-0.28.1.tar.bz2"
+sha512sums="da6eb632180649853b3aa2fb88debd6aafe5ede24a5f4a04a21cf18fa97fd414d300b86cdf8a42027c98ac89f1b9f88034fc9e364ac3a02fa38872e57b542a84 xf86-input-libinput-0.28.2.tar.bz2"