[arch-commits] Commit in python-requests-credssp/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed May 13 16:01:25 UTC 2020


    Date: Wednesday, May 13, 2020 @ 16:01:24
  Author: svenstaro
Revision: 627684

upgpkg: python-requests-credssp 1.1.1-1

Modified:
  python-requests-credssp/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-13 16:00:21 UTC (rev 627683)
+++ PKGBUILD	2020-05-13 16:01:24 UTC (rev 627684)
@@ -1,10 +1,10 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
 # Contributor: Christoph W <c w e g e n e r at gmail dot com>
 
 pkgname=python-requests-credssp
 _module='requests-credssp'
-pkgver=1.0.2
-pkgrel=3
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="HTTPS CredSSP authentication with the requests library"
 url="https://github.com/jborean93/requests-credssp"
 depends=('python' 'python-pyopenssl' 'python-requests' 'python-ntlm-auth')
@@ -11,15 +11,15 @@
 makedepends=('python-setuptools')
 license=('ISC')
 arch=('any')
-source=("https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz")
-sha512sums=('c64c8018ab0d08dcaf13f0572415bdc36be467895a3d031bfa8322107336507c747f348bd41ed36ecaf62dbf242c86b1db318b1be952288c82ef013177d95db8')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz")
+sha512sums=('73c5febbed56d72f26df944718bd2ee9c86de15b26fc790880babdfecd4372f2f0fb7a549cc84e407e500a62527e0813f42bc1aeef60cba3e5a80ece38ff3b4c')
 
 build() {
-    cd "${srcdir}/${_module}-${pkgver}"
+    cd "${_module}-${pkgver}"
     python setup.py build
 }
 
 package() {
-    cd "${srcdir}/${_module}-${pkgver}"
+    cd "${_module}-${pkgver}"
     python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }



More information about the arch-commits mailing list