summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2020-08-17 09:05:03 +1000
committerJay Ta'ala2020-08-17 09:05:03 +1000
commit90ccaebdc84bac6e2ef9bd5d461ed27822acf0d7 (patch)
treeeee0ac935a9b6c6832c74fa9721a8cbf66f5482c
parentbd7b0c3e7e94d701702aae2969d55cca346fc06a (diff)
downloadaur-90ccaebdc84bac6e2ef9bd5d461ed27822acf0d7.tar.gz
Removed libx11 dep as is a dep of libxinerama and libxt (i.e. already
satisfied).
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c18aba3399c..ca6424bf98d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = libuiohook
pkgdesc = A multi-platform C library to provide global input/ouput hooking from userland.
pkgver = 1.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kwhat/libuiohook
arch = i686
arch = x86_64
license = GPL3
- depends = libx11
depends = libxt
depends = libxtst
depends = libxinerama
diff --git a/PKGBUILD b/PKGBUILD
index 43a9cb0ac92b..24249dea9481 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=libuiohook
pkgver=1.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="A multi-platform C library to provide global input/ouput hooking from userland."
arch=('i686' 'x86_64')
url="https://github.com/kwhat/libuiohook"
license=('GPL3')
groups=()
-depends=("libx11" "libxt" "libxtst" "libxinerama")
+depends=("libxt" "libxtst" "libxinerama")
makedepends=() # All included in base-devel
optdepends=()
conflicts=()