summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2021-08-29 07:44:11 -0400
committerVincent Grande2021-08-29 07:44:11 -0400
commit7bbd201fb8f3e5388719cdfca5f2f83227031c96 (patch)
treebde5d5257bfba3ba29b9ac755650d672c658892e
parent8cce3eb74730ac7ce48f165675ba3da2174f60c9 (diff)
downloadaur-7bbd201fb8f3e5388719cdfca5f2f83227031c96.tar.gz
remove libxi dep
-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)