summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEbrahim Azarisooreh2016-07-31 09:46:40 -0700
committerEbrahim Azarisooreh2016-07-31 09:46:40 -0700
commitab0490fb001fe2e7cf048a563540235949ccdcb9 (patch)
tree0fc776105ba07b4f95a6684c6e0345ea2250ac95
parent09a42f9f27ab88f8d265b2343a9b475e8f7924d0 (diff)
downloadaur-ab0490fb001fe2e7cf048a563540235949ccdcb9.tar.gz
Updating to v1.0.1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd3faf42d880..bab6883b7294 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mousetrap
pkgdesc = An X11 utility that hides the mouse pointer after a specified interval of time
- pkgver = 1.0.0
- pkgrel = 2
+ pkgver = 1.0.1
+ pkgrel = 1
url = https://github.com/eazar001/mousetrap
install = mousetrap.install
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = mousetrap
depends = python-evdev
depends = libx11
provides = mousetrap
- source = https://github.com/eazar001/mousetrap/archive/1.0.0.tar.gz
- md5sums = a63b8e7aa0c496f7f84bcc479db34a14
+ source = https://github.com/eazar001/mousetrap/archive/1.0.1.tar.gz
+ md5sums = 528e6f97a01318c14348ac51f05c35cc
pkgname = mousetrap
diff --git a/PKGBUILD b/PKGBUILD
index 38ee93c1f101..3f8833a8b0ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ebrahim Azarisooreh <ebrahim.azarisooreh@gmail.com>
pkgname=mousetrap
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
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"
@@ -13,7 +13,7 @@ backup=()
options=()
install=mousetrap.install
source=("https://github.com/eazar001/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('a63b8e7aa0c496f7f84bcc479db34a14')
+md5sums=('528e6f97a01318c14348ac51f05c35cc')
build() {
cd "$pkgname-$pkgver"