summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e7f086c96f0..29a68a3da4ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xbanish
pkgdesc = Hide the mouse cursor when typing
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/jcs/xbanish
arch = i686
@@ -8,8 +8,8 @@ pkgbase = xbanish
license = BSD
depends = libxfixes
depends = libxi
- source = https://github.com/jcs/xbanish/archive/v1.4.zip
- md5sums = ffac47102f23be72e4372142614ff351
+ source = https://github.com/jcs/xbanish/archive/v1.5.zip
+ md5sums = 5a9fba99450e0d9770e3bd0305c0b270
pkgname = xbanish
diff --git a/PKGBUILD b/PKGBUILD
index fce6e5884bee..339a320c9964 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=xbanish
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc='Hide the mouse cursor when typing'
url='https://github.com/jcs/xbanish'
@@ -10,7 +10,7 @@ license=('BSD')
depends=('libxfixes' 'libxi')
source=("https://github.com/jcs/xbanish/archive/v${pkgver}.zip")
-md5sums=('ffac47102f23be72e4372142614ff351')
+md5sums=('5a9fba99450e0d9770e3bd0305c0b270')
build() {
cd "$srcdir/$pkgname-$pkgver"