Date: Wednesday, May 5, 2021 @ 10:07:07 Author: svenstaro Revision: 927443
upgpkg: python-gitlab 2.7.1-1 Modified: python-gitlab/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-05 09:42:34 UTC (rev 927442) +++ PKGBUILD 2021-05-05 10:07:07 UTC (rev 927443) @@ -2,8 +2,8 @@ # Contributor: crab2313 <[email protected]> pkgname=python-gitlab -pkgver=2.6.0 -pkgrel=2 +pkgver=2.7.1 +pkgrel=1 pkgdesc="Python wrapper for the GitLab API" arch=(any) url="https://github.com/python-gitlab/python-gitlab" @@ -10,7 +10,7 @@ license=('LGPL3') depends=('python' 'python-requests' 'python-six' 'python-requests-toolbelt') source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz) -sha512sums=('b90f12ba1057f80c17c792a0fb6baaa9e7df0f49e9dc6735df8011ee7c9c10d2597852b3f19bfc6cde29cc407e5e1e2f101376c5b546b394e5e0e0eb8cb99014') +sha512sums=('be855facfc7aa5e6329a863c02f5a6c8fb0834a4c9d6c897e79901483d6f348c473d9f5e9af7bd6ab21a3a82f658f9a96196f867f4447ec7b8fd459ecfad4091') package() { cd "$srcdir/$pkgname-$pkgver"
