summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEbrahim Azarisooreh2016-08-06 23:25:48 -0700
committerEbrahim Azarisooreh2016-08-06 23:25:48 -0700
commit6e0013915bcf05485deff2f235392a7c740665df (patch)
tree78781e9cc0b9acb859354612dc58a9a14db16da7
parent55e45ff62dff073d7350f39599c5b80f2c03998d (diff)
downloadaur-6e0013915bcf05485deff2f235392a7c740665df.tar.gz
Updating to v2.0.0-2.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 844c57385deb..84042a19ee31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = mousetrap
pkgdesc = An X11 utility that hides the mouse pointer after a specified interval of time
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eazar001/mousetrap
install = mousetrap.install
- arch = x86_64
- arch = i686
+ arch = any
license = MIT
depends = python-evdev
- depends = python-xlib
+ depends = python-xlib-devel
depends = libx11
depends = libxfixes
provides = mousetrap
diff --git a/PKGBUILD b/PKGBUILD
index 1aebfc26cd29..6934d1e5a1e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Ebrahim Azarisooreh <ebrahim.azarisooreh@gmail.com>
pkgname=mousetrap
pkgver=2.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')
+arch=('any')
url="https://github.com/eazar001/mousetrap"
license=('MIT')
-depends=('python-evdev' 'python-xlib' 'libx11' 'libxfixes')
+depends=('python-evdev' 'python-xlib-devel' 'libx11' 'libxfixes')
makedepends=()
provides=('mousetrap')
backup=()