aboutsummaryrefslogtreecommitdiffstats
path: root/main/libinput/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libinput/APKBUILD')
-rw-r--r--main/libinput/APKBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/main/libinput/APKBUILD b/main/libinput/APKBUILD
index 04e10957f0..4b2a90435a 100644
--- a/main/libinput/APKBUILD
+++ b/main/libinput/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=libinput
pkgver=1.8.1
-pkgrel=0
+pkgrel=1
pkgdesc="Library for handling input devices"
url="http://www.freedesktop.org/wiki/Software/libinput/"
arch="all"
@@ -35,11 +35,4 @@ package() {
make DESTDIR="$pkgdir" -C "$builddir" install
}
-libs() {
- default_libs
- mv "$pkgdir"/lib "$subpkgdir"/
- mv "$pkgdir"/usr/lib/* "$subpkgdir"/usr/lib
- rmdir "$pkgdir"/usr/lib
-}
-
sha512sums="1566ccb7d1721ee2d16badc404896d31e3ac45fda71e2577db17141a507594f3827ed0a389bb537f946cb380d77feedef8e71df76ac89f8c11c44463df01ee4f libinput-1.8.1.tar.xz"