summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Teichroeb2017-01-07 15:05:05 -0800
committerJoel Teichroeb2017-01-07 15:05:05 -0800
commit22e0866326f2ff6f261175edb10b1ab39dd624ee (patch)
treedb80d7934fcb9fa36252ab88b22f4ed8ee9d2eee
parentae55450fe3a24c00da262e538c07af984d65cdbd (diff)
downloadaur-22e0866326f2ff6f261175edb10b1ab39dd624ee.tar.gz
Fix build
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3a60e588d6b..5551cacbf1dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 30 22:40:07 UTC 2016
+# Sat Jan 7 23:04:23 UTC 2017
pkgbase = libinput-git
pkgdesc = A library to handle input devices in Wayland compositors
- pkgver = 1.5.2.r66.g91467f7
+ pkgver = 1.5.2.r71.g738a39f
pkgrel = 1
url = http://freedesktop.org/wiki/Software/libinput/
arch = i686
@@ -13,7 +13,7 @@ pkgbase = libinput-git
depends = systemd
depends = libevdev
depends = libwacom
- provides = libinput=1.5.2.r66.g91467f7
+ provides = libinput=1.5.2.r71.g738a39f
conflicts = libinput
source = git://anongit.freedesktop.org/wayland/libinput
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aabd931bd9c8..6daa531e4f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joel Teichroeb <joel@teichroeb.net>
pkgname=libinput-git
-pkgver=1.5.2.r66.g91467f7
+pkgver=1.5.2.r71.g738a39f
pkgrel=1
pkgdesc='A library to handle input devices in Wayland compositors'
arch=(i686 x86_64)
@@ -33,5 +33,4 @@ package() {
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
# install doc - no Makefile target
install -v -dm755 ${pkgdir}/usr/share/doc/libinput
- cp -rv doc/html/* ${pkgdir}/usr/share/doc/libinput
}