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 d7cb393d232e..752024c73302 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-asysocks
_pkgname=asysocks
-pkgver=0.2.9
+pkgver=0.2.12
pkgrel=1
pkgdesc="Socks5/Socks4 client and server python library"
url="https://pypi.org/project/asysocks"
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python')
makedepends=('python-build' 'python-installer' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('ce0df112f7b210e8ac93cb3847fdfa2f2f491f9c43bd5b234b81592311ce959f')
+sha256sums=('ba296f263b99aef742da6e338570a46f32e3c2d6c2d65896119db461aec5609d')
build() {
cd "${_pkgname}-${pkgver}"