[arch-commits] Commit in python-gitlab/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue Jul 21 12:55:06 UTC 2020
Date: Tuesday, July 21, 2020 @ 12:55:06
Author: svenstaro
Revision: 664742
upgpkg: python-gitlab 2.4.0-1
Modified:
python-gitlab/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-21 12:03:47 UTC (rev 664741)
+++ PKGBUILD 2020-07-21 12:55:06 UTC (rev 664742)
@@ -2,7 +2,7 @@
# Contributor: crab2313 <crab2313 at gmail.com>
pkgname=python-gitlab
-pkgver=2.1.2
+pkgver=2.4.0
pkgrel=1
pkgdesc="Python wrapper for the GitLab API"
arch=(any)
@@ -9,8 +9,8 @@
url="https://github.com/python-gitlab/python-gitlab"
license=('LGPL3')
depends=('python' 'python-requests' 'python-six')
-source=(${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('f893f39c11b76cf995a319ae223cbf4bd68581a12af3641598bd77893a00101893f8f4657edc3e4fc8e82c8c2719f9fb6593d9c26426fca18e9da3b306164d57')
+source=($pkgname-$pkgver.tar.gz::https://github.com/python-gitlab/python-gitlab/archive/v${pkgver}.tar.gz)
+sha512sums=('3d3ad7c2a8561c44b61f05da79f536243f2700fae1e5f33fb77742d61970e14f6181601649da4460b562e8626cf82433a9bd0afc0c0b31b74715bdf05ed0a099')
package() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list