summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"