summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Cai2016-10-03 14:31:58 +0800
committerPeter Cai2016-10-03 14:31:58 +0800
commit57b744421389975e4cc3a93f031e990e51bfff7c (patch)
treee258be00a0fa790bbad3ea9ac6d5e1238ef8f279
parentecf98f628c3a210693965a99d99534079e51d554 (diff)
downloadaur-57b744421389975e4cc3a93f031e990e51bfff7c.tar.gz
add url
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10454c5a7005..d75b2f10f8c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,9 @@ pkgbase = python-aiosocks
pkgdesc = SOCKS proxy client for asyncio and aiohttp
pkgver = 0.1.7
pkgrel = 1
+ url = https://github.com/nibrag/aiosocks
arch = any
- license = APACHE-2
+ license = Apache
depends = python>=3.4
depends = python-setuptools
optdepends = python-aiohttp: For aiosocks.SocksConnector
diff --git a/PKGBUILD b/PKGBUILD
index 92c821c76962..5baa4514bb1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgname=python-aiosocks
pkgver=0.1.7
pkgrel=1
pkgdesc="SOCKS proxy client for asyncio and aiohttp"
+url="https://github.com/nibrag/aiosocks"
arch=("any")
license=("Apache")
depends=("python>=3.4" "python-setuptools")