summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirandir2016-07-28 14:47:36 +0200
committermirandir2016-07-28 14:47:36 +0200
commit9f8c7bb1566ea49c84f529b09aabd126f0f30dae (patch)
tree99ea7f1ac22e6dd283a240f8f74e8332fe6bfedc
parentf4597c6dc3c5e7e57d33fdd9fd781f374e0ab7f2 (diff)
downloadaur-9f8c7bb1566ea49c84f529b09aabd126f0f30dae.tar.gz
URL should not be an array.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75d988404445..e38d947b914b 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 = 2
+ pkgrel = 3
url = https://github.com/foresto/joystickwake
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index d8d92217ea52..b227d8f6c230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=joystickwake-git
_realname=joystickwake
pkgver=e55e11f
-pkgrel=2
+pkgrel=3
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')
+url='https://github.com/foresto/joystickwake'
license=('MIT')
depends=('python-pyudev' 'python-xlib')
makedepends=('git' 'python-docutils' 'gzip')