We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f173f3 commit 9b5678bCopy full SHA for 9b5678b
archlinuxcn/python-aiodns/PKGBUILD
@@ -1,15 +1,15 @@
1
_pkgname=aiodns
2
pkgname=python-aiodns
3
-pkgver=1.2.0
+pkgver=2.0.0
4
pkgrel=1
5
pkgdesc="Simple DNS resolver for asyncio"
6
arch=('any')
7
url="http://github.com/saghul/aiodns"
8
license=(MIT)
9
depends=('python' 'python-pycares' 'python-setuptools')
10
_name=${pkgname#python-}
11
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
12
-md5sums=('b0fb02275cafcbe5ad531c72ba950615')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_pkgname}-${pkgver}.tar.gz")
+md5sums=('3e121f9eb7ef3ba3556ba7ec28c6f63a')
13
14
build() {
15
cd "$srcdir/$_pkgname-$pkgver"
0 commit comments