summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormathieui2016-10-15 02:44:04 +0200
committermathieui2016-10-15 02:44:04 +0200
commitcdf6c2f055b0c619d0cf188588743213132e8307 (patch)
treea8c5b2fdbeae2f24b2910d99cc52a0c496934457
parent1cac4d8fc3c17bdc0841916b3f5965063ba1175f (diff)
downloadaur-cdf6c2f055b0c619d0cf188588743213132e8307.tar.gz
v1.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e608d25bde7..654adaa6e074 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-aiodns
pkgdesc = An asynchronous python DNS library using asyncio
- pkgver = 1.0.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/saghul/aiodns
arch = i686
@@ -8,8 +8,8 @@ pkgbase = python-aiodns
license = MIT
depends = python
depends = python-pycares
- source = https://github.com/saghul/aiodns/archive/aiodns-1.0.0.tar.gz
- sha512sums = 14a77a0fed53e119996402fbf90a52a678fb797085e88ef4d054768f3c9b92f3e2474bcdf910bf00a0e500f1a99ce58ab577b540707dccf513f876d9f97e9c54
+ source = https://github.com/saghul/aiodns/archive/aiodns-1.1.1.tar.gz
+ sha512sums = 1da5f50b05b1e9a7e69c13f03596b4f74f5cb7500626abace91aba84770f70bbc62336bec33cdbc2bd34b0a97a5973749d08bdc60862876819d42f6356210af6
pkgname = python-aiodns
diff --git a/PKGBUILD b/PKGBUILD
index a3a5e92b58f7..43d20ab46c80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-aiodns
_pkgname=aiodns
-pkgver=1.0.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="An asynchronous python DNS library using asyncio"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('python' 'python-pycares')
source=("https://github.com/saghul/$_pkgname/archive/$_pkgname-${pkgver}.tar.gz")
-sha512sums=('14a77a0fed53e119996402fbf90a52a678fb797085e88ef4d054768f3c9b92f3e2474bcdf910bf00a0e500f1a99ce58ab577b540707dccf513f876d9f97e9c54')
+sha512sums=('1da5f50b05b1e9a7e69c13f03596b4f74f5cb7500626abace91aba84770f70bbc62336bec33cdbc2bd34b0a97a5973749d08bdc60862876819d42f6356210af6')
package() {
cd "$_pkgname-$_pkgname-$pkgver"