Date: Tuesday, June 16, 2020 @ 23:39:18 Author: svenstaro Revision: 646275
upgpkg: python-ntlm-auth 1.5.0-1 Modified: python-ntlm-auth/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-16 23:33:52 UTC (rev 646274) +++ PKGBUILD 2020-06-16 23:39:18 UTC (rev 646275) @@ -3,16 +3,16 @@ pkgname=python-ntlm-auth _module='ntlm-auth' -pkgver=1.4.0 +pkgver=1.5.0 pkgrel=1 pkgdesc="Creates NTLM authentication structures" url="https://github.com/jborean93/ntlm-auth" depends=('python' 'python-six' 'python-cryptography') -makedepends=(python-setuptools) -license=(LGPL3) -arch=(any) +makedepends=('python-setuptools') +license=('LGPL3') +arch=('any') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz") -sha512sums=('abe0260c66e2b5f57c1fd672ea121129926f1c32020166dd61973cf51f6bd320f6057f3a148d602b96d8417c2ad57c335048da185100417401e049ff14b46004') +sha512sums=('cf08b23e49d45c528404b70b6be88f6c3edee9fd0d4584f3962931a08a0982cdad4089963a95aea911b6eb4db32a932536cf6d9c02c292cd447e0a9c6b3b802b') build() { cd "${_module}-${pkgver}"
