Date: Saturday, June 25, 2016 @ 09:02:23 Author: andyrtr Revision: 270628
upgpkg: libinput 1.3.3-1 upstream update 1.3.3 Modified: libinput/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-25 07:56:01 UTC (rev 270627) +++ PKGBUILD 2016-06-25 09:02:23 UTC (rev 270628) @@ -3,7 +3,7 @@ # Maintainer: Jan de Groot pkgname=libinput -pkgver=1.3.2 +pkgver=1.3.3 pkgrel=1 pkgdesc="library that handles input devices for display servers and other applications that need to directly deal with input devices." arch=(i686 x86_64) @@ -10,11 +10,13 @@ url="http://www.freedesktop.org/wiki/Software/libinput/" license=(custom:X11) depends=('mtdev' 'systemd' 'libevdev' 'libwacom') +# currently no doc files to install +#makedepends=('doxygen' 'libunwind' 'gtk3' 'graphviz') checkdepends=('check') install=libinput.install options=('!libtool') source=(http://freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('0701230781b59c0f1510ae86da15a7b15655e723ace366ad479ccb09fe92a183' +sha256sums=('30c8edfe47654a38c235ac6b0541d79fd593d010bc18cdda8bd1f6cc6ad8b1ce' 'SKIP') validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <[email protected]>
