summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4558ae89bec9..1d597feb03fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = gksu-polkit-git
depends = xorg-xauth
provides = gksu-polkit
conflicts = gksu-polkit
- source = gksu-polkit-git::git://git.debian.org/~kov/gksu-polkit.git
+ source = gksu-polkit-git::git+https://github.com/fhdk/gksu-polkit.git
source = gksu-polkit-0.0.3-policy.patch
source = gksu-polkit-dbus.patch
source = gksu-polkit.service
diff --git a/PKGBUILD b/PKGBUILD
index 3012788c5df4..4e7a7770cfdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,8 @@ depends=('polkit' 'libgee06' 'gtk2' 'startup-notification' 'dbus-glib' 'xorg-xau
makedepends=('git' 'gtk-doc' 'vala' 'intltool')
provides=('gksu-polkit')
conflicts=('gksu-polkit')
-source=("$pkgname::git://git.debian.org/~kov/gksu-polkit.git"
+source=("$pkgname::git://git.debian.org/~kov/gksu-polkit.git")
+source=("$pkgname::git+https://github.com/fhdk/gksu-polkit.git"
"gksu-polkit-0.0.3-policy.patch"
"gksu-polkit-dbus.patch"
"gksu-polkit.service")