diff options
author | apple_qaq | 2022-10-29 12:50:12 +0800 |
---|---|---|
committer | apple_qaq | 2022-10-29 12:50:12 +0800 |
commit | 2fe156bee1a32815b6a9d654e4d78dbe5a7dc641 (patch) | |
tree | ad170d494e55e97e5d8cacb02e4868ac12d6d097 | |
parent | 099022eb21a90831d3e3554158dcd364f9d7719f (diff) | |
download | aur-2fe156bee1a32815b6a9d654e4d78dbe5a7dc641.tar.gz |
add depends
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ pkgdesc="这是一个用 Python 写的调用 Bilibili 各种 API 的库, 范� arch=('any') url="https://github.com/Nemo2011/bilibili-api" license=('GPL3') -depends=('python-urllib3' 'python-aiohttp' 'python-beautifulsoup4' 'python-colorama' 'python-lxml' 'python-types-pyyaml' 'python-brotli' 'python-httpx' 'python-qrcode' 'python-requests' 'python-keyboard' 'python-apscheduler' 'python-rsa' 'python-pypng') +depends=('python' 'python-urllib3' 'python-aiohttp' 'python-beautifulsoup4' 'python-colorama' 'python-lxml' 'python-types-pyyaml' 'python-brotli' 'python-httpx' 'python-qrcode' 'python-requests' 'python-keyboard' 'python-apscheduler' 'python-rsa' 'python-pypng') makedepends=('python-setuptools' 'python-pip') source=("https://pypi.io/packages/source/b/bilibili-api-python/bilibili-api-python-$pkgver.tar.gz") sha512sums=('af541701114364f419d910fea736cfce6b2656f8d98e3f4b5151dd9925973379efe7c00bb67553d4e498e21e8ffdf967e651df0d3399d359ec1319a9a437d414') |