diff options
author | Jay Ta'ala | 2020-08-17 09:05:03 +1000 |
---|---|---|
committer | Jay Ta'ala | 2020-08-17 09:05:03 +1000 |
commit | 90ccaebdc84bac6e2ef9bd5d461ed27822acf0d7 (patch) | |
tree | eee0ac935a9b6c6832c74fa9721a8cbf66f5482c | |
parent | bd7b0c3e7e94d701702aae2969d55cca346fc06a (diff) | |
download | aur-90ccaebdc84bac6e2ef9bd5d461ed27822acf0d7.tar.gz |
Removed libx11 dep as is a dep of libxinerama and libxt (i.e. already
satisfied).
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -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 @@ -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=() |