summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEbrahim Azarisooreh2016-08-08 21:40:21 -0700
committerEbrahim Azarisooreh2016-08-08 21:40:21 -0700
commit4f214678ed9d014b381e2c1a70f1fc60e3e96ac7 (patch)
tree6a8d63f4071029ab95a22f58a5f8f835f0338ba2
parent6e0013915bcf05485deff2f235392a7c740665df (diff)
downloadaur-4f214678ed9d014b381e2c1a70f1fc60e3e96ac7.tar.gz
Updating to v3.0.0.
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
-rw-r--r--mousetrap.install4
3 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84042a19ee31..6438f9e53af6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = mousetrap
pkgdesc = An X11 utility that hides the mouse pointer after a specified interval of time
- pkgver = 2.0.0
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
url = https://github.com/eazar001/mousetrap
install = mousetrap.install
arch = any
license = MIT
- depends = python-evdev
depends = python-xlib-devel
depends = libx11
depends = libxfixes
provides = mousetrap
- source = https://github.com/eazar001/mousetrap/archive/2.0.0.tar.gz
- md5sums = 6c0fed71d6fcdf23c9a9c353b45c47c5
+ source = https://github.com/eazar001/mousetrap/archive/3.0.0.tar.gz
+ md5sums = bb92566812d8d86b2b1880c1e17e7159
pkgname = mousetrap
diff --git a/PKGBUILD b/PKGBUILD
index 6934d1e5a1e4..81f107db4777 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Ebrahim Azarisooreh <ebrahim.azarisooreh@gmail.com>
pkgname=mousetrap
-pkgver=2.0.0
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc="An X11 utility that hides the mouse pointer after a specified interval of time"
arch=('any')
url="https://github.com/eazar001/mousetrap"
license=('MIT')
-depends=('python-evdev' 'python-xlib-devel' 'libx11' 'libxfixes')
+depends=('python-xlib-devel' 'libx11' 'libxfixes')
makedepends=()
provides=('mousetrap')
backup=()
options=()
install=mousetrap.install
source=("https://github.com/eazar001/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('6c0fed71d6fcdf23c9a9c353b45c47c5')
+md5sums=('bb92566812d8d86b2b1880c1e17e7159')
build() {
cd "$pkgname-$pkgver"
diff --git a/mousetrap.install b/mousetrap.install
index fa9164651ba3..874cc6809461 100644
--- a/mousetrap.install
+++ b/mousetrap.install
@@ -1,6 +1,4 @@
post_install() {
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)'"
+ echo "run 'mousetrap -t (delay time in seconds)'"
}