diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-02-03 17:31:14 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-02-03 17:31:14 +0100 |
commit | d5b8d07d5c477ec574e7fe7a7dbb749db42f81b4 (patch) | |
tree | cb38c8548e2d1e7ee8ce69ea9a304005925aee07 | |
parent | cbabb254e41287d763d77d946b7f470ea2710268 (diff) | |
download | abslibre-d5b8d07d5c477ec574e7fe7a7dbb749db42f81b4.tar.gz abslibre-d5b8d07d5c477ec574e7fe7a7dbb749db42f81b4.tar.bz2 abslibre-d5b8d07d5c477ec574e7fe7a7dbb749db42f81b4.zip |
pcr/legit-git: updated to 0.r388.33a98ad
-rw-r--r-- | pcr/legit-git/PKGBUILD | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/pcr/legit-git/PKGBUILD b/pcr/legit-git/PKGBUILD index eda422ccc..62adcfe7d 100644 --- a/pcr/legit-git/PKGBUILD +++ b/pcr/legit-git/PKGBUILD @@ -1,15 +1,20 @@ -# Contributor (Arch) : Jan-Erik Rediger <badboy at archlinux dot us> +# Maintainer (AUR) : Jan-Erik Rediger <badboy at archlinux dot us> # Maintainer (Parabola) : Aurélien DESBRIÈRES <aurelien@hackers.camp> +# parabola changes and rationale: +# - corrected license +# - renamed depends: python2-git => python2-gitpython +# - added makedepends: python2-setuptools + pkgname=legit-git -pkgver=0.r262.ab2adb4 +pkgver=0.r388.33a98ad pkgrel=1 pkgdesc="Sexy Git CLI, Inspired by GitHub for Mac™." arch=('any') url="https://github.com/kennethreitz/legit" license=('BSD3') depends=('python2' 'python2-gitpython' 'python2-clint' 'python2-gitdb' 'python2-args') -makedepends=('git') +makedepends=('git' 'python2-setuptools') source=("$pkgname::git+https://github.com/kennethreitz/legit.git") md5sums=('SKIP') |