summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48358c19e9cc..4afdc023c292 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
# Maintainer: Abdó Roig-Maranges <abdo.roig@gmail.com>
pkgname=git-spindle-git
-pkgver=3.3.r16.g6b55b7f
-pkgrel=2
+pkgver=3.3.r16.g6a6c920
+pkgrel=1
pkgdesc="Git subcommands for integrating with central services like github, gitlab and bitbucket"
arch=('any')
url="http://github.com/seveas/git-spindle"
license=('GPL3')
-depends=('git' 'python' 'python-github3.py' 'python-whelk' 'python-docopt')
+depends=('git' 'python' 'python-github3' 'python-whelk' 'python-docopt')
makedepends=('make' 'python-sphinx')
optdepends=()
provides=('git-spindle')
conflicts=('git-spindle')
-# 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")
+source=("git+https://github.com/seveas/git-spindle.git")
md5sums=('SKIP')
pkgver() {