summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2017-06-05 01:26:26 +0800
committerlilac2017-06-05 01:26:26 +0800
commit57ce254f9751297d32894d5cfdd5af480497407e (patch)
treeb709f522877ba346136880ecf66bfb57b820e73f /PKGBUILD
parent251560e0fae1bf7b28eb0cf1106b48945d70d2f4 (diff)
downloadaur-57ce254f9751297d32894d5cfdd5af480497407e.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 4b9bfbc9b9e9..e028482bca37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
_pkgname=aiosocks
pkgname=python-aiosocks
-pkgver=0.2.2
+pkgver=0.2.3
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/1a/63/d324b547037f1b7438d1459b23bee19b77b8ca4bee05551526badea1f69f/aiosocks-0.2.2.tar.gz')
-md5sums=('f0ca3c09d9690f0e10ba4db6537fb800')
+source=('https://pypi.python.org/packages/cf/21/7193dc5fb364c635f032c84b8af61b09fd2862d85c032ba815d353b7c05d/aiosocks-0.2.3.tar.gz')
+md5sums=('4ce5bcf143971cce387f1705d15d7418')
build() {
cd "$srcdir/$_pkgname-$pkgver"