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 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() {