summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 749b11d5b015..1975f3eb3b9c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Sep 15 14:44:17 UTC 2017
+# Wed Jul 25 07:00:51 UTC 2018
pkgbase = xbanish-git
pkgdesc = Banish the mouse cursor when typing, show it again when the mouse moves.
- pkgver = 1.5.r0.g53216fe
+ pkgver = 1.5.r6.g0f2157c
pkgrel = 1
url = https://github.com/jcs/xbanish
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 86eacc4e5af8..f9a5b4e5773d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: m.reed art mykolab dart com
# Maintainer: aksr <aksr at t-com dot me>
pkgname=xbanish-git
-pkgver=1.5.r0.g53216fe
+pkgver=1.5.r6.g0f2157c
pkgrel=1
pkgdesc="Banish the mouse cursor when typing, show it again when the mouse moves."
arch=('i686' 'x86_64')
@@ -28,6 +28,6 @@ package() {
cd "$srcdir/$pkgname"
install -Dm755 xbanish $pkgdir/usr/bin/xbanish
install -Dm644 xbanish.1 $pkgdir/usr/share/man/man1/xbanish.1
- install -Dm644 README $pkgdir/usr/share/doc/$pkgname/README
+ install -Dm644 README.md $pkgdir/usr/share/doc/$pkgname/README.md
}