summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-06-16 08:18:41 -0600
committeryochananmarqos2019-06-16 08:18:41 -0600
commit859235c63bbc094d0d0f6e3eac1673b299814460 (patch)
tree2c55447bbb8bedd30241916900506620ec1dcc4c
parent6935c825d15b26dc24cc3868b00daccf7f182d15 (diff)
downloadaur-859235c63bbc094d0d0f6e3eac1673b299814460.tar.gz
updated dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71499c752fb6..f0c27e3f3702 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = touchpad-indicator-git
pkgdesc = An indicator for the touchpad
- pkgver = r95.48ab61a
- pkgrel = 2
+ pkgver = r96.3ed32d6
+ pkgrel = 1
url = https://github.com/atareao/Touchpad-Indicator
arch = any
license = GPL3
@@ -15,6 +15,7 @@ pkgbase = touchpad-indicator-git
depends = python-xlib
depends = python-pyudev
depends = python-dbus
+ depends = python-evdev
depends = xorg-xinput
provides = touchpad-indicator
conflicts = touchpad-indicator
diff --git a/PKGBUILD b/PKGBUILD
index 98bedd4fe7d6..7147b9ceb7d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=touchpad-indicator-git
-pkgver=r95.48ab61a
-pkgrel=2
+pkgver=r96.3ed32d6
+pkgrel=1
pkgdesc="An indicator for the touchpad"
arch=('any')
url="https://github.com/atareao/Touchpad-Indicator"
license=('GPL3')
-depends=('gtk3' 'gdk-pixbuf2' 'libappindicator-gtk3' 'libnotify' 'lsb-release' 'gconf' 'librsvg' 'python-xlib' 'python-pyudev' 'python-dbus' 'xorg-xinput')
+depends=('gtk3' 'gdk-pixbuf2' 'libappindicator-gtk3' 'libnotify' 'lsb-release' 'gconf' 'librsvg' 'python-xlib' 'python-pyudev' 'python-dbus' 'python-evdev' 'xorg-xinput')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+https://github.com/atareao/Touchpad-Indicator.git")