summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b12e1c5889d..29e9dd94a8e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = hexchat-autoaway
license = GPL3
makedepends = cmake
depends = hexchat
- depends = libx11
depends = libxss
conflicts = hexchat-autoaway-git
source = https://github.com/andreyv/hexchat-autoaway/archive/v1.0.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 3839523e84e8..a7f5e383fb6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A HexChat plugin to set away on idle"
arch=('i686' 'x86_64')
url="https://github.com/andreyv/hexchat-autoaway"
license=('GPL3')
-depends=('hexchat' 'libx11' 'libxss')
+depends=('hexchat' 'libxss')
makedepends=('cmake')
conflicts=('hexchat-autoaway-git')
source=("https://github.com/andreyv/hexchat-autoaway/archive/v$pkgver.tar.gz")