summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Teichroeb2017-05-24 15:16:15 -0700
committerJoel Teichroeb2017-05-24 15:16:15 -0700
commit30e1ca64c5fba7a3726d491c9fe68ffc0adeb0b6 (patch)
treedcce4fab9aec20dee86898a9119b35eda5a7636e
parentcec005d57bd0fb60b1b3b4f2d421468bc59d4121 (diff)
downloadaur-30e1ca64c5fba7a3726d491c9fe68ffc0adeb0b6.tar.gz
Update makedepends to fix documentation build
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90e1ed88d035..f97d5c60e609 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,22 @@
# Generated by mksrcinfo v8
-# Thu Apr 20 00:37:37 UTC 2017
+# Wed May 24 22:15:56 UTC 2017
pkgbase = libinput-git
pkgdesc = A library to handle input devices in Wayland compositors
- pkgver = 1.7.0.r29.g7944d89
+ pkgver = 1.7.0.r102.ga2a8db2
pkgrel = 1
url = http://freedesktop.org/wiki/Software/libinput/
arch = i686
arch = x86_64
license = MIT
makedepends = git
+ makedepends = doxygen
+ makedepends = graphviz
+ makedepends = gtk3
depends = mtdev
depends = systemd
depends = libevdev
depends = libwacom
- provides = libinput=1.7.0.r29.g7944d89
+ provides = libinput=1.7.0.r102.ga2a8db2
conflicts = libinput
source = git://anongit.freedesktop.org/wayland/libinput
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5c0bf7963a93..3f82b01b1a6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joel Teichroeb <joel@teichroeb.net>
pkgname=libinput-git
-pkgver=1.7.0.r29.g7944d89
+pkgver=1.7.0.r102.ga2a8db2
pkgrel=1
pkgdesc='A library to handle input devices in Wayland compositors'
arch=(i686 x86_64)
@@ -9,7 +9,7 @@ url='http://freedesktop.org/wiki/Software/libinput/'
provides=("libinput=${pkgver}")
license=('MIT')
depends=('mtdev' 'systemd' 'libevdev' 'libwacom')
-makedepends=('git')
+makedepends=('git' 'doxygen' 'graphviz' 'gtk3')
conflicts=('libinput')
source=(git://anongit.freedesktop.org/wayland/libinput)
sha1sums=('SKIP')