summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Brogi2017-12-16 20:25:51 +0000
committerGuillaume Brogi2017-12-16 20:25:51 +0000
commite1fe025d5a26369a4da1835312154b68f2ad8526 (patch)
tree4c0146ed06f4a03742e2da87b0475b7b51455ae1 /PKGBUILD
parent36cd5bdca32888014f04593efa0a8d77c1978629 (diff)
downloadaur-git-repo-git.tar.gz
Update dependencies
Thanks Doron Behar for noticing.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 5 insertions, 2 deletions
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)