summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Brogi2017-12-16 20:25:51 +0000
committerGuillaume Brogi2017-12-16 20:25:51 +0000
commite1fe025d5a26369a4da1835312154b68f2ad8526 (patch)
tree4c0146ed06f4a03742e2da87b0475b7b51455ae1
parent36cd5bdca32888014f04593efa0a8d77c1978629 (diff)
downloadaur-git-repo-git.tar.gz
Update dependencies
Thanks Doron Behar for noticing.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d9d57f29ed8..942e9dd83798 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-repo-git
pkgdesc = Tool for managing remote repositories from your git CLI!
- pkgver = 1.10.2.r1.g1181207
+ pkgver = 1.10.3.r10.ge80d990
pkgrel = 1
url = https://github.com/guyzmo/git-repo
arch = any
@@ -16,7 +16,10 @@ pkgbase = git-repo-git
depends = python-github3
depends = python-gitlab>=0.18
depends = python-gogs-client
- depends = python-pybitbucket_fork-git
+ depends = python-pybitbucket_fork
+ depends = python-attrs
+ conflicts = git-repo
+ replaces = git-repo
source = git-repo-git::git+https://github.com/guyzmo/git-repo
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7ff28038befb..2c49c9208f4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,15 @@
# Maintainer: Guillaume Brogi <gui-gui at netcourrier dot com>
+# Contributor: Doron Behar <doron.behar@gmail.com>
pkgname=git-repo-git
-pkgver=1.10.2.r1.g1181207
+pkgver=1.10.3.r10.ge80d990
pkgrel=1
pkgdesc="Tool for managing remote repositories from your git CLI!"
arch=('any')
url="https://github.com/guyzmo/git-repo"
license=('GPL2')
-depends=('python' 'python-docopt' 'python-progress' 'python-dateutil' 'python-lxml' 'python-gitpython' 'python-github3' 'python-gitlab>=0.18' 'python-gogs-client' 'python-pybitbucket_fork-git')
+depends=('python' 'python-docopt' 'python-progress' 'python-dateutil' 'python-lxml' 'python-gitpython' 'python-github3' 'python-gitlab>=0.18' 'python-gogs-client' 'python-pybitbucket_fork' 'python-attrs')
+conflicts=('git-repo')
+replaces=('git-repo')
makedepends=('python-setuptools' 'python-pip')
source=("${pkgname}::git+${url}")
sha256sums=(SKIP)