Date: Tuesday, February 22, 2022 @ 09:02:51 Author: svenstaro Revision: 1135849
upgpkg: python-requests-credssp 2.0.0-1 Modified: python-requests-credssp/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-22 09:00:54 UTC (rev 1135848) +++ PKGBUILD 2022-02-22 09:02:51 UTC (rev 1135849) @@ -1,10 +1,10 @@ -# Maintainer: Sven-Hendrik Haase <[email protected]> +# Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Christoph W <c w e g e n e r at gmail dot com> pkgname=python-requests-credssp _module='requests-credssp' -pkgver=1.2.0 -pkgrel=4 +pkgver=2.0.0 +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' 'python-pyspnego') @@ -12,7 +12,7 @@ license=('ISC') arch=('any') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/requests-credssp/archive/v${pkgver}.tar.gz") -sha512sums=('55458773cbf14a468d22d0b04186611385ff24fceda85052e69981bd6d4fd32a46f96b95fa36724b72fd9719485b2ed8906d1927284157e7bc685c0c42c2312c') +sha512sums=('d11a76bc9577f3054e5955aad513ee27ff2cf3a70414a1d4a81e721a7b40510d45fa33abc5957724ead6c04958a009153f670e154f38f32f2331cc14dd44ee27') build() { cd "${_module}-${pkgver}"
