diff --git a/python-gitlab/PKGBUILD b/python-gitlab/PKGBUILD index 961378472..127362c83 100644 --- a/python-gitlab/PKGBUILD +++ b/python-gitlab/PKGBUILD @@ -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")