summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormathieui2015-10-02 19:48:11 +0200
committermathieui2015-10-02 19:48:11 +0200
commit1cac4d8fc3c17bdc0841916b3f5965063ba1175f (patch)
treef88f2aef3840f580f6a2a83bd15ebfe6e3777b1b
parentadc1126a64e6fa0ccbd4d352f37dbd0b936ee4f7 (diff)
downloadaur-1cac4d8fc3c17bdc0841916b3f5965063ba1175f.tar.gz
Update to v1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 059f80228642..4e608d25bde7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by makepkg 4.2.0
-# Mon Jan 5 15:45:53 UTC 2015
pkgbase = python-aiodns
pkgdesc = An asynchronous python DNS library using asyncio
- pkgver = 0.3.1
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/saghul/aiodns
arch = i686
@@ -10,8 +8,8 @@ pkgbase = python-aiodns
license = MIT
depends = python
depends = python-pycares
- source = https://github.com/saghul/aiodns/archive/aiodns-0.3.1.tar.gz
- sha512sums = 87e021b4d6609cf694f6d856defbab2a2d485b3720e00da3b5abd9c10dd73ae5a51664f58990e01b090e51218a8b2d3207fc16f3110fc1b4460c0817544a3af3
+ source = https://github.com/saghul/aiodns/archive/aiodns-1.0.0.tar.gz
+ sha512sums = 14a77a0fed53e119996402fbf90a52a678fb797085e88ef4d054768f3c9b92f3e2474bcdf910bf00a0e500f1a99ce58ab577b540707dccf513f876d9f97e9c54
pkgname = python-aiodns
diff --git a/PKGBUILD b/PKGBUILD
index 14b648c2ce37..a3a5e92b58f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=python-aiodns
_pkgname=aiodns
-pkgver=0.3.1
+pkgver=1.0.0
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=('87e021b4d6609cf694f6d856defbab2a2d485b3720e00da3b5abd9c10dd73ae5a51664f58990e01b090e51218a8b2d3207fc16f3110fc1b4460c0817544a3af3')
+sha512sums=('14a77a0fed53e119996402fbf90a52a678fb797085e88ef4d054768f3c9b92f3e2474bcdf910bf00a0e500f1a99ce58ab577b540707dccf513f876d9f97e9c54')
package() {
cd "$_pkgname-$_pkgname-$pkgver"