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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu May 25 03:32:17 UTC 2017


    Date: Thursday, May 25, 2017 @ 03:32:15
  Author: svenstaro
Revision: 230010

upgpkg: python-ntlm-auth 1.0.3-2

Modified:
  python-ntlm-auth/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-25 02:44:08 UTC (rev 230009)
+++ PKGBUILD	2017-05-25 03:32:15 UTC (rev 230010)
@@ -5,7 +5,7 @@
 pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
 _module='ntlm-auth'
 pkgver=1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Creates NTLM authentication structures"
 url="https://github.com/jborean93/ntlm-auth"
 makedepends=('python-setuptools' 'python2-setuptools')
@@ -27,7 +27,7 @@
 }
 
 package_python-ntlm-auth() {
-    depends+=('python' 'python-six' 'python-ordereddict')
+    depends+=('python' 'python-six')
     cd "${srcdir}/${_module}-${pkgver}"
     python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
 }



More information about the arch-commits mailing list