backports/py3-aiodns: upgrade to pkgrel 2
This commit is contained in:
parent
08ede063bc
commit
b34c5b9026
1 changed files with 2 additions and 2 deletions
|
@ -3,14 +3,14 @@
|
|||
pkgname=py3-aiodns
|
||||
_pkgname=aiodns
|
||||
pkgver=3.0.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A library for performing asynchronous DNS resolutions using pycares."
|
||||
url="https://pypi.org/project/aiosasl/"
|
||||
arch="all"
|
||||
license="MIT"
|
||||
depends="python3 py3-pycares"
|
||||
makedepends="py3-setuptools"
|
||||
subpackages="$pkgname-doc"
|
||||
subpackages="$pkgname-doc $pkgname-pyc"
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
options="!check" # tests not included in source package.
|
||||
|
|
Loading…
Reference in a new issue