summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2017-11-13 01:42:16 +0800
committerlilac2017-11-13 01:42:16 +0800
commit6fb3ae0302c56d4feef903d4339a1611b874f1cc (patch)
treeb771d9d39ea80c4c58e6e67d187029ee253e2c87 /PKGBUILD
parenta4ad316eabe697d90306cc57a346dde2e7905c03 (diff)
downloadaur-6fb3ae0302c56d4feef903d4339a1611b874f1cc.tar.gz
update by lilac
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 869da3c8df7e..4930f5a78e12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=aiosocks
pkgname=python-aiosocks
-pkgver=0.2.4
+pkgver=0.2.5
pkgrel=1
pkgdesc="SOCKS proxy client for asyncio and aiohttp"
arch=('any')
url="https://github.com/nibrag/aiosocks"
license=('Apache')
depends=('python' 'python-setuptools')
-source=('https://pypi.python.org/packages/2e/2d/c59f47a339c86f6e42b9ce9d0a718488003ec3662f48b9e505128385137a/aiosocks-0.2.4.tar.gz')
-md5sums=('f12e7a8abd5a5452ed510df108f4d1c8')
+source=('https://pypi.python.org/packages/4b/07/5778ee54ebc708e2104aec3d6cd212ed9842ba4695829dc44b6ccf1e630d/aiosocks-0.2.5.tar.gz')
+md5sums=('04e2ff4ef4cbdd870eb3f84e32e99555')
build() {
cd "$srcdir/$_pkgname-$pkgver"