python-gitlab: updtae to 0.21.2

This commit is contained in:
Jeff Huang 2017-06-28 09:49:44 +01:00
parent dc254c96ce
commit 320571088c

View File

@ -1,13 +1,15 @@
pkgbase=python-gitlab
pkgname=("python2-gitlab" "python3-gitlab")
pkgver=0.16
pkgver=0.21.2
pkgrel=1
pkgdesc=("Python library and CLI tool for the Gitlab API.")
arch=("any")
license=("LGPL")
url=http://python-gitlab.readthedocs.io/
makedepends=('python2' 'python3' 'python2-setuptools' 'python3-setuptools' 'python2-requests' 'python3-requests'
'python2-six' 'python3-six')
source=("https://github.com/gpocentek/${pkgbase}/archive/${pkgver}.tar.gz")
md5sums=("56c9128cb2ea6a9cde118e4291696f19")
md5sums=('ca35cb400d6876c3437a178a3d2adc96')
package_python2-gitlab() {
depends+=("python2" "python2-requests" "python2-six")