Update some and delete many packages

This commit is contained in:
moparisthebest
2019-08-26 23:42:44 -04:00
parent c8bddab8fd
commit d49b5e9f4d
33 changed files with 72 additions and 960 deletions

View File

@@ -0,0 +1,17 @@
pkgname=python-aiodns
_pkgname=aiodns
pkgver=2.0.0
pkgrel=1
pkgdesc="An asynchronous python DNS library using asyncio"
arch=('i686' 'x86_64')
url="https://github.com/saghul/aiodns"
license=('MIT')
depends=('python' 'python-pycares')
makedepends=('python-setuptools')
source=("https://github.com/saghul/$_pkgname/archive/$_pkgname-${pkgver}.tar.gz")
sha512sums=('571c216edf24ad00b326f036b9ca39ab52d1bebd542c677bf9fb1978370be67bbdaeedc19228a8f4a20645fddbd18bd0e37f0404fec61d14fbf7638037b2c32b')
package() {
cd "$_pkgname-$_pkgname-$pkgver"
python setup.py install --root="$pkgdir/" --optimize=1
}