summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGitHub Action2022-01-09 10:22:47 +0000
committerGitHub Action2022-01-09 10:22:47 +0000
commitc65e0a79b4acf5763f7568e4dcd0409b074a5d0c (patch)
treef76fc828dae3e8191cf13767ff804e97e5496a84 /PKGBUILD
parente2bbb10b9f88a7a0750264f543c3d951c02ae442 (diff)
downloadaur-c65e0a79b4acf5763f7568e4dcd0409b074a5d0c.tar.gz
Update from GitHub Actions: fix: add missing dependency ffmpeg
https://github.com/ouuan/AUR-packages/actions/runs/1673645742
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3ffa4444e09c..343011d8a355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='bilibili video and danmaku downloader | B站视频、弹幕下载器'
arch=('any')
url='https://github.com/SigureMo/bilili'
license=('GPL3')
-depends=('python-requests' 'python-biliass')
+depends=('python-requests' 'python-biliass' 'ffmpeg')
makedepends=('python-setuptools' 'python-wheel')
source=("https://pypi.io/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('21b02a51833dc4d618a4d48fba35d5d692bb71ac52005e8156d5a8c3db9be666')