summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdo Roig-Maranges2018-07-24 20:00:42 +0200
committerAbdo Roig-Maranges2018-07-24 20:00:50 +0200
commita4403dc03cf4a15ba983421b15ef15e023e08541 (patch)
treeac381d12e56a3d0614c8aa77ca7504d55bbf6efe
parent7b0d9bb5b7f739bda4efad452df3bf6443936507 (diff)
downloadaur-a4403dc03cf4a15ba983421b15ef15e023e08541.tar.gz
update github3.py dependency
git spindle now depends on github3.py 1.1 which is provided by the updated dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9ec4ad43749..52472d2c7679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-spindle-git
pkgdesc = Git subcommands for integrating with central services like github, gitlab and bitbucket
- pkgver = 3.3.r16.g6a6c920
+ pkgver = 3.4.4.r25.ge174b4a
pkgrel = 1
url = http://github.com/seveas/git-spindle
arch = any
@@ -9,7 +9,7 @@ pkgbase = git-spindle-git
makedepends = python-sphinx
depends = git
depends = python
- depends = python-github3
+ depends = python-github3.py
depends = python-whelk
depends = python-docopt
provides = git-spindle
diff --git a/PKGBUILD b/PKGBUILD
index 299a8ceea0c9..6047a981fca0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Abdó Roig-Maranges <abdo.roig@gmail.com>
pkgname=git-spindle-git
-pkgver=3.3.r16.g6a6c920
+pkgver=3.4.4.r25.ge174b4a
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' 'python-whelk' 'python-docopt')
+depends=('git' 'python' 'python-github3.py' 'python-whelk' 'python-docopt')
makedepends=('make' 'python-sphinx')
optdepends=()
provides=('git-spindle')