summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cedab939abc..eab94ea97450 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,8 +7,8 @@ pkgbase = input-device-indicator
license = GPL
makedepends = python-setuptools
depends = python
+ depends = xorg-xinput
source = input-device-indicator-0.1.0.tar.gz::https://github.com/brandizzi/input-device-indicator/archive/v0.1.0.tar.gz
sha512sums = 7b23f098e3a074e763addc04c62a3ff760e371e06ca5f1da73607cacd5780c2301ecc6786705e426ce6268124b4d3eb230516cd66fff8bf14d522b7cc6f5fc00
pkgname = input-device-indicator
-
diff --git a/PKGBUILD b/PKGBUILD
index dab6d3b782f7..c3fbd5ca5ad1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Creates an indicator to allow us to disable some input devices'
arch=('any')
url="https://github.com/brandizzi/input-device-indicator"
license=('GPL')
-depends=('python')
+depends=('python' 'xorg-xinput')
makedepends=('python-setuptools')
source=("${pkgname}"-"${pkgver}".tar.gz::${url}/archive/v$pkgver.tar.gz)
sha512sums=('7b23f098e3a074e763addc04c62a3ff760e371e06ca5f1da73607cacd5780c2301ecc6786705e426ce6268124b4d3eb230516cd66fff8bf14d522b7cc6f5fc00')