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

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


    Date: Wednesday, May 13, 2020 @ 16:00:13
  Author: svenstaro
Revision: 627682

upgpkg: python-ntlm-auth 1.4.0-1

Modified:
  python-ntlm-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-13 15:57:54 UTC (rev 627681)
+++ PKGBUILD	2020-05-13 16:00:13 UTC (rev 627682)
@@ -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-ntlm-auth
 _module='ntlm-auth'
-pkgver=1.2.0
-pkgrel=6
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="Creates NTLM authentication structures"
 url="https://github.com/jborean93/ntlm-auth"
 depends=('python' 'python-six' 'python-cryptography')
@@ -11,15 +11,15 @@
 makedepends=(python-setuptools)
 license=(LGPL3)
 arch=(any)
-source=("https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz")
-sha512sums=('4fa537c5a6a7f3493df2fdf49261f9588b7aac876f72b7a7ef5b8a7a1dd971d9426dacdc8bbf520cecdbe5b7adb916ddcad9e9cf4df725b69793299304601912')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz")
+sha512sums=('abe0260c66e2b5f57c1fd672ea121129926f1c32020166dd61973cf51f6bd320f6057f3a148d602b96d8417c2ad57c335048da185100417401e049ff14b46004')
 
 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