summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2024-05-12 15:39:00 -0700
committerGI_Jack2024-05-12 15:39:00 -0700
commit14b0495f0302280349ea169f2b183dc8d12d3687 (patch)
tree39eae731e334b5805268c802ee8f557c789b8d1c /PKGBUILD
parent243686b15d0520b0700df8ddaeb54a569cd910ae (diff)
downloadaur-python-aiosmb.tar.gz
version 0.4.10
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}"