summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d47050c8190a..f4df8d3b693b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-uinput
pkgdesc = Pythonic API to Linux uinput kernel module
pkgver = 0.11.2
- pkgrel = 1
- url = https://github.com/tuomaanen/python-uinput
+ pkgrel = 2
+ url = https://github.com/tuomasjjrasanen/python-uinput
arch = any
license = GPL
makedepends = python-setuptools
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")