summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Rodrigues2016-09-11 00:11:02 +0100
committerHugo Rodrigues2016-09-11 00:11:02 +0100
commit73c5559b309bb6ae10e0e1d8f248abf26be3f1da (patch)
tree01e7a293e8ba41af535afb510953ff0596604bcb
parent59029e7e6dd862a069b823fa491f08ac0385845a (diff)
downloadaur-73c5559b309bb6ae10e0e1d8f248abf26be3f1da.tar.gz
Updated upstream and source URL
Signed-off-by: Hugo Rodrigues <hugorodrigues@openmailbox.org>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5620f1bd84b0..2ee5faca1ea6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = toggle-input-git
pkgdesc = Enable and disable xorg input devices in a easy and clean way
pkgver = 1.0.2
pkgrel = 1
- url = https://github.com/Hugao/ToggleInput
+ url = https://github.com/hmrodrigues/ToggleInput
arch = any
groups = xorg-apps
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = toggle-input-git
optdepends = libnotify: For desktop notifications
provides = toggle-input
conflicts = toggle-input
- source = git://github.com/Hugao/ToggleInput.git
+ source = git://github.com/hmrodrigues/ToggleInput.git
md5sums = SKIP
pkgname = toggle-input-git
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() {