summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06f3c6470a2a..a9ec4ad43749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-spindle-git
pkgdesc = Git subcommands for integrating with central services like github, gitlab and bitbucket
- pkgver = 3.3.r16.g6b55b7f
- pkgrel = 2
+ pkgver = 3.3.r16.g6a6c920
+ pkgrel = 1
url = http://github.com/seveas/git-spindle
arch = any
license = GPL3
@@ -9,12 +9,12 @@ pkgbase = git-spindle-git
makedepends = python-sphinx
depends = git
depends = python
- depends = python-github3.py
+ depends = python-github3
depends = python-whelk
depends = python-docopt
provides = git-spindle
conflicts = git-spindle
- source = git+https://github.com/aroig/git-spindle.git
+ source = git+https://github.com/seveas/git-spindle.git
md5sums = SKIP
pkgname = git-spindle-git
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() {