summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05a2781543e8..f13613c0c98c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = xbanish
pkgdesc = Hide the mouse cursor when typing
pkgver = 1.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jcs/xbanish
arch = i686
arch = x86_64
license = BSD
depends = libxfixes
depends = libxi
+ depends = libxt
source = https://github.com/jcs/xbanish/archive/v1.6.zip
md5sums = 7b6b07a71f28b19087e252db90b5990d
diff --git a/PKGBUILD b/PKGBUILD
index 4b883763d7a0..1686006997ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=xbanish
pkgver=1.6
-pkgrel=1
+pkgrel=2
pkgdesc='Hide the mouse cursor when typing'
url='https://github.com/jcs/xbanish'
arch=('i686' 'x86_64')
license=('BSD')
-depends=('libxfixes' 'libxi')
+depends=('libxfixes' 'libxi' 'libxt')
source=("https://github.com/jcs/xbanish/archive/v${pkgver}.zip")
md5sums=('7b6b07a71f28b19087e252db90b5990d')