summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEbrahim Azarisooreh2018-09-02 11:44:09 -0700
committerEbrahim Azarisooreh2018-09-02 11:44:09 -0700
commit63ba7f61c6d6b224d52995ac1244c9f2dd3054d1 (patch)
treea0dabf94602ef695819c282228c26cf9ccee4e11
parentde36c0caa59270fc7fa10d5a5752df1a9b8d23dc (diff)
downloadaur-mousetrap.tar.gz
v3.0.5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbfe3175f1a2..1790a294ca63 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 = 3.0.4
- pkgrel = 2
+ pkgver = 3.0.5
+ pkgrel = 1
url = https://github.com/eazar001/mousetrap
install = mousetrap.install
arch = any
@@ -10,8 +10,8 @@ pkgbase = mousetrap
depends = libx11
depends = libxfixes
provides = mousetrap
- source = https://github.com/eazar001/mousetrap/archive/3.0.4.tar.gz
- md5sums = bf094bdbe2fa54b08dbe94f42b99bac9
+ source = https://github.com/eazar001/mousetrap/archive/3.0.5.tar.gz
+ md5sums = 0ffbbaa1706cdd878c1f074ae32f33e0
pkgname = mousetrap
diff --git a/PKGBUILD b/PKGBUILD
index ba79c791970e..ed640e7ab3e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ebrahim Azarisooreh <ebrahim.azarisooreh@gmail.com>
pkgname=mousetrap
-pkgver=3.0.4
-pkgrel=2
+pkgver=3.0.5
+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"
@@ -13,7 +13,7 @@ backup=()
options=()
install=mousetrap.install
source=("https://github.com/eazar001/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('bf094bdbe2fa54b08dbe94f42b99bac9')
+md5sums=('0ffbbaa1706cdd878c1f074ae32f33e0')
build() {
cd "$pkgname-$pkgver"