summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirandir2015-07-22 10:12:24 +0200
committermirandir2015-07-22 10:12:24 +0200
commitf4597c6dc3c5e7e57d33fdd9fd781f374e0ab7f2 (patch)
treed5ca3606d33770d3fe13700399ddefc08d04256a
parent357ba36c5ce4048404cb2368d7420631e2b3be76 (diff)
downloadaur-f4597c6dc3c5e7e57d33fdd9fd781f374e0ab7f2.tar.gz
Update python-xlib dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3aeeef174b3..75d988404445 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = joystickwake-git
pkgdesc = Joystick-aware screen waker. This program attempts to prevent screen blankers from activating while joysticks and other game controllers are in use.
pkgver = e55e11f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/foresto/joystickwake
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = joystickwake-git
makedepends = python-docutils
makedepends = gzip
depends = python-pyudev
- depends = python3-xlib
+ depends = python-xlib
source = joystickwake::git+https://github.com/foresto/joystickwake
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ab619da57c1c..d8d92217ea52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=joystickwake-git
_realname=joystickwake
pkgver=e55e11f
-pkgrel=1
+pkgrel=2
pkgdesc="Joystick-aware screen waker. This program attempts to prevent screen blankers from activating while joysticks and other game controllers are in use."
arch=('any')
url=('https://github.com/foresto/joystickwake')
license=('MIT')
-depends=('python-pyudev' 'python3-xlib')
+depends=('python-pyudev' 'python-xlib')
makedepends=('git' 'python-docutils' 'gzip')
source=(joystickwake::git+https://github.com/foresto/joystickwake)
sha256sums=('SKIP')