summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2019-11-16 10:49:51 +0800
committerlilac2019-11-16 10:49:51 +0800
commit9923a15ecb57b274ef58c68a469b364a25c370da (patch)
tree5f72324716cb308afd54c3b0868a88c41753063e
parent541c8f0f1d87189c524d7fad126e2611af859023 (diff)
downloadaur-9923a15ecb57b274ef58c68a469b364a25c370da.tar.gz
update by lilac
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a5d08414526..ae36e52097a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-aiosocks
pkgdesc = SOCKS proxy client for asyncio and aiohttp
pkgver = 0.2.6
- pkgrel = 1.1
+ pkgrel = 2
url = https://github.com/nibrag/aiosocks
arch = any
license = Apache
depends = python
depends = python-setuptools
- source = https://files.pythonhosted.org/packages/c7/60/284a4909410906979ef44a9fa24421072f98b747d9916a3b98d50461abbe/aiosocks-0.2.6.tar.gz
+ source = https://files.pythonhosted.org/packages/source/a/aiosocks/aiosocks-0.2.6.tar.gz
md5sums = cbe53d1ff7c4537b66d5515d90ac1bc5
pkgname = python-aiosocks
diff --git a/PKGBUILD b/PKGBUILD
index b4b1fc5b031f..99e02f6be36f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
_pkgname=aiosocks
pkgname=python-aiosocks
pkgver=0.2.6
-pkgrel=1.1
+pkgrel=2
pkgdesc="SOCKS proxy client for asyncio and aiohttp"
arch=('any')
url="https://github.com/nibrag/aiosocks"
license=('Apache')
depends=('python' 'python-setuptools')
-source=('https://files.pythonhosted.org/packages/c7/60/284a4909410906979ef44a9fa24421072f98b747d9916a3b98d50461abbe/aiosocks-0.2.6.tar.gz')
+_name=${pkgname#python-}
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_pkgname}-${pkgver}.tar.gz")
md5sums=('cbe53d1ff7c4537b66d5515d90ac1bc5')
build() {