summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2021-01-31 08:57:19 -0500
committerGI_Jack2021-01-31 08:57:19 -0500
commit25554fd1e0e17ec587aaac43f9317502f03a8027 (patch)
tree06cffbe26e72e41e51812d02a7cc570f423b1c7d /PKGBUILD
parent827bb40af9d4d935c2b00ca8cf32b75b9c975ae7 (diff)
downloadaur-25554fd1e0e17ec587aaac43f9317502f03a8027.tar.gz
updated deps: python-ntlm-auth is out, and python-pyspnego and python-pyspnego
are in
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1d9bd18c2e4..12748875fedf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=python-pypsrp
_pkgname=pypsrp
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python PowerShell Remoting Protocol Client Library"
url="https://pypi.org/project/pypsrp/"
arch=('any')
license=('MIT')
-depends=('python' 'python-six' 'python-cryptography' 'python-requests' 'python-ntlm-auth')
+depends=('python' 'python-six' 'python-cryptography' 'python-requests'
+ 'python-pyspnego' 'python-gssapi')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
sha256sums=('e4d13c84a5a150c75ec5bc8653059fa78e8421172049e0496d1df89ca24d9a6d')