summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAbdo Roig-Maranges2017-09-20 09:12:02 +0200
committerAbdo Roig-Maranges2017-09-20 09:56:58 +0200
commita36fbe9eea10a1398de0bf9a8e407ca34639b3d8 (patch)
tree68d1a899a9b8a9ef7ddd104b01d23a4dfe03c306 /PKGBUILD
parentdc1584e11c14ac3b235d2d3c46545c11ac831dfd (diff)
downloadaur-a36fbe9eea10a1398de0bf9a8e407ca34639b3d8.tar.gz
go back to using python-github3 0.9.6
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() {