summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Queiroz2018-05-01 12:59:41 -0300
committerJonathan Queiroz2018-05-01 12:59:41 -0300
commite5603a5b339ef41c980da6f815e96a5b00f826e0 (patch)
tree02157fead7efd7bc00fd00622afa271f654a5473
parent608416485b6840f72fb101d82d7fd592550cbb81 (diff)
downloadaur-e5603a5b339ef41c980da6f815e96a5b00f826e0.tar.gz
Fix upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f72ab25b5ba..6abb265ee8f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = python2-uinput
pkgdesc = Pythonic API to Linux uinput kernel module
pkgver = 0.11.2
pkgrel = 1
- url = https://github.com/tuomaanen/python-uinput
+ url = https://github.com/tuomasjjrasanen/python-uinput
arch = any
license = GPL
makedepends = python2-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 188570cf5227..6d16e1520a98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.11.2
pkgrel=1
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=("python2")
makedepends=("python2-setuptools")