summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 654adaa6e074..81e7005883d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-aiodns
pkgdesc = An asynchronous python DNS library using asyncio
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/saghul/aiodns
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 43d20ab46c80..00d13712ab1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=python-aiodns
_pkgname=aiodns
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="An asynchronous python DNS library using asyncio"
arch=('i686' 'x86_64')
url="https://github.com/saghul/aiodns"