summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81e7005883d5..9fef0aa601b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
+# Generated by mksrcinfo v8
+# Wed May 8 18:08:23 UTC 2019
pkgbase = python-aiodns
pkgdesc = An asynchronous python DNS library using asyncio
- pkgver = 1.1.1
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://github.com/saghul/aiodns
arch = i686
arch = x86_64
license = MIT
depends = python
depends = python-pycares
- source = https://github.com/saghul/aiodns/archive/aiodns-1.1.1.tar.gz
- sha512sums = 1da5f50b05b1e9a7e69c13f03596b4f74f5cb7500626abace91aba84770f70bbc62336bec33cdbc2bd34b0a97a5973749d08bdc60862876819d42f6356210af6
+ source = https://github.com/saghul/aiodns/archive/aiodns-2.0.0.tar.gz
+ sha512sums = 571c216edf24ad00b326f036b9ca39ab52d1bebd542c677bf9fb1978370be67bbdaeedc19228a8f4a20645fddbd18bd0e37f0404fec61d14fbf7638037b2c32b
pkgname = python-aiodns
diff --git a/PKGBUILD b/PKGBUILD
index 00d13712ab1d..7cb44fe182fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
pkgname=python-aiodns
_pkgname=aiodns
-pkgver=1.1.1
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc="An asynchronous python DNS library using asyncio"
arch=('i686' 'x86_64')
url="https://github.com/saghul/aiodns"
license=('MIT')
depends=('python' 'python-pycares')
-
source=("https://github.com/saghul/$_pkgname/archive/$_pkgname-${pkgver}.tar.gz")
-sha512sums=('1da5f50b05b1e9a7e69c13f03596b4f74f5cb7500626abace91aba84770f70bbc62336bec33cdbc2bd34b0a97a5973749d08bdc60862876819d42f6356210af6')
+sha512sums=('571c216edf24ad00b326f036b9ca39ab52d1bebd542c677bf9fb1978370be67bbdaeedc19228a8f4a20645fddbd18bd0e37f0404fec61d14fbf7638037b2c32b')
package() {
cd "$_pkgname-$_pkgname-$pkgver"