summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormathieui2019-05-08 20:08:29 +0200
committermathieui2019-05-08 20:08:29 +0200
commit0bc3fcc1261dc21afc818c7031aa7357cd6f2223 (patch)
tree33a02d5f35cb0bf3b5195100d3e532e7c216c515 /PKGBUILD
parent598ba9d146018bbc9b295baea6c0e423a46b5e99 (diff)
downloadaur-0bc3fcc1261dc21afc818c7031aa7357cd6f2223.tar.gz
update to 2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
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"