summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormathieui2019-10-27 14:27:52 +0100
committermathieui2019-10-27 14:27:52 +0100
commit468d4830a86c757b46f695a480ca624a298fb5a6 (patch)
tree609b065915f72b7f21ddf98a9cfbd5cab2a2d8ba
parent0bc3fcc1261dc21afc818c7031aa7357cd6f2223 (diff)
downloadaur-python-aiodns.tar.gz
Add python-setuptools dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fef0aa601b1..f2a5b53b586e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Wed May 8 18:08:23 UTC 2019
+# Sun Oct 27 13:27:39 UTC 2019
pkgbase = python-aiodns
pkgdesc = An asynchronous python DNS library using asyncio
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/saghul/aiodns
arch = i686
arch = x86_64
license = MIT
depends = python
depends = python-pycares
+ depends = python-setuptools
source = https://github.com/saghul/aiodns/archive/aiodns-2.0.0.tar.gz
sha512sums = 571c216edf24ad00b326f036b9ca39ab52d1bebd542c677bf9fb1978370be67bbdaeedc19228a8f4a20645fddbd18bd0e37f0404fec61d14fbf7638037b2c32b
diff --git a/PKGBUILD b/PKGBUILD
index 7cb44fe182fb..d29e5eba9c63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=python-aiodns
_pkgname=aiodns
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="An asynchronous python DNS library using asyncio"
arch=('i686' 'x86_64')
url="https://github.com/saghul/aiodns"
license=('MIT')
-depends=('python' 'python-pycares')
+depends=('python' 'python-pycares' 'python-setuptools')
source=("https://github.com/saghul/$_pkgname/archive/$_pkgname-${pkgver}.tar.gz")
sha512sums=('571c216edf24ad00b326f036b9ca39ab52d1bebd542c677bf9fb1978370be67bbdaeedc19228a8f4a20645fddbd18bd0e37f0404fec61d14fbf7638037b2c32b')