summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHugo Rodrigues2016-09-11 00:11:02 +0100
committerHugo Rodrigues2016-09-11 00:11:02 +0100
commit73c5559b309bb6ae10e0e1d8f248abf26be3f1da (patch)
tree01e7a293e8ba41af535afb510953ff0596604bcb /PKGBUILD
parent59029e7e6dd862a069b823fa491f08ac0385845a (diff)
downloadaur-toggle-input-git.tar.gz
Updated upstream and source URL
Signed-off-by: Hugo Rodrigues <hugorodrigues@openmailbox.org>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2a79df3dc1fd..194cf0d6a9e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=1.0.2
pkgrel=1
pkgdesc="Enable and disable xorg input devices in a easy and clean way"
arch=('any')
-url="https://github.com/Hugao/ToggleInput"
+url="https://github.com/hmrodrigues/ToggleInput"
license=('GPL3')
groups=('xorg-apps')
depends=('grep' 'xorg-xinput' 'bash')
@@ -13,7 +13,7 @@ optdepends=('libnotify: For desktop notifications')
makedepends=('git')
conflicts=('toggle-input')
provides=('toggle-input')
-source=("git://github.com/Hugao/ToggleInput.git")
+source=("git://github.com/hmrodrigues/ToggleInput.git")
md5sums=('SKIP')
prepare() {