summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-08-07 02:32:45 +0800
committerlilac2018-08-07 02:32:45 +0800
commit541c8f0f1d87189c524d7fad126e2611af859023 (patch)
tree8674d3d692bf61b36ec73562a8d87905802dbfef
parentf55d6d797a79fb09d554c380cef0397b8ec02c7b (diff)
downloadaur-541c8f0f1d87189c524d7fad126e2611af859023.tar.gz
update by lilac
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86f29f6350a4..4a5d08414526 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Tue Nov 21 02:17:36 UTC 2017
pkgbase = python-aiosocks
pkgdesc = SOCKS proxy client for asyncio and aiohttp
pkgver = 0.2.6
- pkgrel = 1
+ pkgrel = 1.1
url = https://github.com/nibrag/aiosocks
arch = any
license = Apache
depends = python
depends = python-setuptools
- source = https://pypi.python.org/packages/c7/60/284a4909410906979ef44a9fa24421072f98b747d9916a3b98d50461abbe/aiosocks-0.2.6.tar.gz
+ source = https://files.pythonhosted.org/packages/c7/60/284a4909410906979ef44a9fa24421072f98b747d9916a3b98d50461abbe/aiosocks-0.2.6.tar.gz
md5sums = cbe53d1ff7c4537b66d5515d90ac1bc5
pkgname = python-aiosocks
diff --git a/PKGBUILD b/PKGBUILD
index e411497b1f47..b4b1fc5b031f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
_pkgname=aiosocks
pkgname=python-aiosocks
pkgver=0.2.6
-pkgrel=1
+pkgrel=1.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/c7/60/284a4909410906979ef44a9fa24421072f98b747d9916a3b98d50461abbe/aiosocks-0.2.6.tar.gz')
+source=('https://files.pythonhosted.org/packages/c7/60/284a4909410906979ef44a9fa24421072f98b747d9916a3b98d50461abbe/aiosocks-0.2.6.tar.gz')
md5sums=('cbe53d1ff7c4537b66d5515d90ac1bc5')
build() {