summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e87c6221d16e..fd48d2fdd734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = git-spindle-git
depends = python-docopt
provides = git-spindle
conflicts = git-spindle
- source = git+https://github.com/seveas/git-spindle.git
+ source = git+https://github.com/aroig/git-spindle.git
md5sums = SKIP
pkgname = git-spindle-git
diff --git a/PKGBUILD b/PKGBUILD
index b27fc1db10c3..ed64817edf3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,9 @@ makedepends=('make' 'python-sphinx')
optdepends=()
provides=('git-spindle')
conflicts=('git-spindle')
-source=("git+https://github.com/seveas/git-spindle.git")
+# NOTE: we need to use a patched version to adapt to github3.py
+# source=("git+https://github.com/seveas/git-spindle.git")
+source=("git+https://github.com/aroig/git-spindle.git")
md5sums=('SKIP')
pkgver() {