summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO2
-rwxr-xr-x[-rw-r--r--]PKGBUILD2
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36af6328cdd1..44b698e4db5a 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,6 @@ pkgbase = xorg-xinput-git
makedepends = xorgproto
makedepends = libxfixes
depends = libx11
- depends = libxi>=1.5.99.2
depends = xorg-xrandr
depends = libxinerama
provides = xorg-xinput
@@ -20,4 +19,3 @@ pkgbase = xorg-xinput-git
sha512sums = SKIP
pkgname = xorg-xinput-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 3f2bf1e6c7d4..3ec5d49d1fd6 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Small commandline tool to configure devices"
arch=(x86_64)
url="https://xorg.freedesktop.org/"
license=('custom')
-depends=('libx11' 'libxi>=1.5.99.2' 'xorg-xrandr' 'libxinerama')
+depends=('libx11' 'xorg-xrandr' 'libxinerama')
makedepends=('xorg-util-macros' 'xorgproto' 'libxfixes')
provides=(xorg-xinput)
conflicts=(xorg-xinput)