summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEbrahim Azarisooreh2016-08-02 13:30:25 -0700
committerEbrahim Azarisooreh2016-08-02 13:30:25 -0700
commit3d0b22b3b62d130c2437868d3f34c03cb0842a4e (patch)
tree6e8aa3660196f0c3fd693a886bf6cc1375955919
parentab0490fb001fe2e7cf048a563540235949ccdcb9 (diff)
downloadaur-3d0b22b3b62d130c2437868d3f34c03cb0842a4e.tar.gz
Updating to v1.0.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bab6883b7294..967443568324 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mousetrap
pkgdesc = An X11 utility that hides the mouse pointer after a specified interval of time
- pkgver = 1.0.1
+ pkgver = 1.0.2
pkgrel = 1
url = https://github.com/eazar001/mousetrap
install = mousetrap.install
@@ -12,8 +12,8 @@ pkgbase = mousetrap
depends = python-evdev
depends = libx11
provides = mousetrap
- source = https://github.com/eazar001/mousetrap/archive/1.0.1.tar.gz
- md5sums = 528e6f97a01318c14348ac51f05c35cc
+ source = https://github.com/eazar001/mousetrap/archive/1.0.2.tar.gz
+ md5sums = cf255dc300146716b32395c997a0cc1a
pkgname = mousetrap
diff --git a/PKGBUILD b/PKGBUILD
index 3f8833a8b0ef..b678f4374d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ebrahim Azarisooreh <ebrahim.azarisooreh@gmail.com>
pkgname=mousetrap
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc="An X11 utility that hides the mouse pointer after a specified interval of time"
arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@ backup=()
options=()
install=mousetrap.install
source=("https://github.com/eazar001/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('528e6f97a01318c14348ac51f05c35cc')
+md5sums=('cf255dc300146716b32395c997a0cc1a')
build() {
cd "$pkgname-$pkgver"