summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2015-08-14 12:46:41 +0300
committerAndrey Vihrov2015-08-14 12:46:41 +0300
commit1c4e3d51f9283815a05e2034d598c44a5ef336c3 (patch)
tree541c84bedb8ff1527ecd4685b4c95ae572979e45
parentb4223e215262850db959b0c11158489b7548228f (diff)
downloadaur-1c4e3d51f9283815a05e2034d598c44a5ef336c3.tar.gz
Fix namcap warning
-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")