summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorapple_qaq2022-10-29 12:50:12 +0800
committerapple_qaq2022-10-29 12:50:12 +0800
commit2fe156bee1a32815b6a9d654e4d78dbe5a7dc641 (patch)
treead170d494e55e97e5d8cacb02e4868ac12d6d097
parent099022eb21a90831d3e3554158dcd364f9d7719f (diff)
downloadaur-2fe156bee1a32815b6a9d654e4d78dbe5a7dc641.tar.gz
add depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7100d620b6b..8577b7e5724d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')