Skip to content

Commit 9b5678b

Browse files
committed
auto update for package python-aiodns
1 parent 8f173f3 commit 9b5678b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

archlinuxcn/python-aiodns/PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
_pkgname=aiodns
22
pkgname=python-aiodns
3-
pkgver=1.2.0
3+
pkgver=2.0.0
44
pkgrel=1
55
pkgdesc="Simple DNS resolver for asyncio"
66
arch=('any')
77
url="http://github.com/saghul/aiodns"
88
license=(MIT)
99
depends=('python' 'python-pycares' 'python-setuptools')
1010
_name=${pkgname#python-}
11-
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
12-
md5sums=('b0fb02275cafcbe5ad531c72ba950615')
11+
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_pkgname}-${pkgver}.tar.gz")
12+
md5sums=('3e121f9eb7ef3ba3556ba7ec28c6f63a')
1313

1414
build() {
1515
cd "$srcdir/$_pkgname-$pkgver"

0 commit comments

Comments
 (0)