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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Oct 18 07:24:03 UTC 2017


    Date: Wednesday, October 18, 2017 @ 07:24:02
  Author: svenstaro
Revision: 263184

upgpkg: python-requests-ntlm 1.1.0-1

Modified:
  python-requests-ntlm/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-18 05:11:31 UTC (rev 263183)
+++ PKGBUILD	2017-10-18 07:24:02 UTC (rev 263184)
@@ -5,15 +5,15 @@
 pkgbase=('python-requests-ntlm')
 pkgname=('python-requests-ntlm' 'python2-requests-ntlm')
 _module='requests_ntlm'
-pkgver='1.0.0'
-pkgrel=3
-pkgdesc="This package allows for HTTP NTLM authentication using the requests library."
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Allows for HTTP NTLM authentication using the requests library."
 url="https://github.com/requests/requests-ntlm"
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=(python-setuptools python2-setuptools)
 license=('custom:ISC License (ISCL)')
-arch=('any')
+arch=(any)
 source=("https://files.pythonhosted.org/packages/source/r/requests_ntlm/requests_ntlm-${pkgver}.tar.gz")
-sha512sums=('bdba9f8c241dbe8e55be28208e240dd44a62156e5ee65d69897b0d427c7905430f6ba3582d37f5e8d6fc50e3c9f63814333c6c654d4e51ab9b9a553f53fe3dc5')
+sha512sums=('9a74ecd6e4ed5c5e4381d2ee3fb9ff233352b49baa5fae4e0ecc30aaad12fc7a5c1b9dd936f35d4a3815ae7f6ec5bb8581e84128d63ff0e961181408daddb807')
 
 prepare() {
     cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}



More information about the arch-commits mailing list