summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormathieui2017-01-21 11:56:45 +0100
committermathieui2017-01-21 11:56:45 +0100
commit598ba9d146018bbc9b295baea6c0e423a46b5e99 (patch)
tree475dddda3edb8ecea3a2028841cc4b78442cad9b
parentcdf6c2f055b0c619d0cf188588743213132e8307 (diff)
downloadaur-598ba9d146018bbc9b295baea6c0e423a46b5e99.tar.gz
Bump pkgrel for python 3.6
-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"