summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Queiroz2018-05-01 13:02:41 -0300
committerJonathan Queiroz2018-05-01 13:02:41 -0300
commit9d0397875358e875044182abb7a85f6b696d6e1c (patch)
tree231db7d97213d5b8abd201f9484ec6bfb8df0196 /PKGBUILD
parentc7dbb13693a3eead0e06dbf1afec4c87d4abc78f (diff)
downloadaur-9d0397875358e875044182abb7a85f6b696d6e1c.tar.gz
Fix url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f2c056787bb..298eb809c526 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=python-uinput
pkgver=0.11.2
-pkgrel=1
+pkgrel=2
pkgdesc="Pythonic API to Linux uinput kernel module"
arch=("any")
-url="https://github.com/tuomaanen/python-uinput"
+url="https://github.com/tuomasjjrasanen/python-uinput"
license=("GPL")
depends=("python")
makedepends=("python-setuptools")