summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrey Vihrov2015-08-14 12:46:41 +0300
committerAndrey Vihrov2015-08-14 12:46:41 +0300
commit1c4e3d51f9283815a05e2034d598c44a5ef336c3 (patch)
tree541c84bedb8ff1527ecd4685b4c95ae572979e45 /PKGBUILD
parentb4223e215262850db959b0c11158489b7548228f (diff)
downloadaur-1c4e3d51f9283815a05e2034d598c44a5ef336c3.tar.gz
Fix namcap warning
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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")