summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 599de34e0420..d59956f202fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-aiosmb
_pkgname=aiosmb
-pkgver=0.4.7
+pkgver=0.4.10
pkgrel=1
pkgdesc="Fully asynchronous SMB library written in pure python."
url="https://github.com/skelsec/aiosmb"
@@ -13,7 +13,7 @@ depends=('python' 'python-minikerberos' 'python-winsspi' 'python-asysocks'
'python-colorama')
makedepends=('python-build' 'python-installer' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('cdef31d2f1469cf00841089cb89c4070154479e28e1941ef7a94533b8123c7e8')
+sha256sums=('b8de656e1b8fb7d6b1a766534f10e01ee0d1c254235c03449063e04092f5a3dd')
build() {
cd "${_pkgname}-${pkgver}"