summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEbrahim Azarisooreh2016-07-30 18:23:56 -0700
committerEbrahim Azarisooreh2016-07-30 18:23:56 -0700
commit09a42f9f27ab88f8d265b2343a9b475e8f7924d0 (patch)
treedf95b2f9fa1e06313c205b71901bdb0f2944ed12
parent6d5813871d344e6730b59ccc61a341034f1ff4a2 (diff)
downloadaur-09a42f9f27ab88f8d265b2343a9b475e8f7924d0.tar.gz
Updating to 1.0.0-2.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
-rw-r--r--mousetrap.install4
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1f6a5c27d4f..cd3faf42d880 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = mousetrap
pkgdesc = An X11 utility that hides the mouse pointer after a specified interval of time
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eazar001/mousetrap
install = mousetrap.install
arch = x86_64
arch = i686
license = MIT
makedepends = cargo
+ makedepends = rust
depends = python-evdev
- depends = python
+ depends = libx11
provides = mousetrap
source = https://github.com/eazar001/mousetrap/archive/1.0.0.tar.gz
md5sums = a63b8e7aa0c496f7f84bcc479db34a14
diff --git a/PKGBUILD b/PKGBUILD
index 547ebc1106a9..38ee93c1f101 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ebrahim Azarisooreh <ebrahim.azarisooreh@gmail.com>
pkgname=mousetrap
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="An X11 utility that hides the mouse pointer after a specified interval of time"
arch=('x86_64' 'i686')
url="https://github.com/eazar001/mousetrap"
diff --git a/mousetrap.install b/mousetrap.install
index 37528891f4f8..fa9164651ba3 100644
--- a/mousetrap.install
+++ b/mousetrap.install
@@ -1,4 +1,6 @@
post_install() {
- echo "WARNING: you must enable access to /dev/input with 'gpasswd -a username input' for thie program to work"
+ echo
+ echo "WARNING: you must enable access to /dev/input with 'gpasswd -a username input' for this program to work"
+ echo
echo "Find your mouse ID with 'ls /dev/input/by-id' and run 'mousetrap -t (time in seconds) -d (your mouse ID)'"
}