summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe665a729086..d7cb393d232e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-asysocks
_pkgname=asysocks
-pkgver=0.2.5
-pkgrel=2
+pkgver=0.2.9
+pkgrel=1
pkgdesc="Socks5/Socks4 client and server python library"
url="https://pypi.org/project/asysocks"
arch=('any')
@@ -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=('03c9ba580d528c3e5ac11747b57b1935a1b9bf34abb47d82db79730351615a5a')
+sha256sums=('ce0df112f7b210e8ac93cb3847fdfa2f2f491f9c43bd5b234b81592311ce959f')
build() {
cd "${_pkgname}-${pkgver}"