summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2022-01-09 10:22:47 +0000
committerGitHub Action2022-01-09 10:22:47 +0000
commitc65e0a79b4acf5763f7568e4dcd0409b074a5d0c (patch)
treef76fc828dae3e8191cf13767ff804e97e5496a84
parente2bbb10b9f88a7a0750264f543c3d951c02ae442 (diff)
downloadaur-c65e0a79b4acf5763f7568e4dcd0409b074a5d0c.tar.gz
Update from GitHub Actions: fix: add missing dependency ffmpeg
https://github.com/ouuan/AUR-packages/actions/runs/1673645742
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9af0e78cad43..037ec9b0e4a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = bilili
makedepends = python-wheel
depends = python-requests
depends = python-biliass
+ depends = ffmpeg
source = https://pypi.io/packages/source/b/bilili/bilili-1.4.10.tar.gz
sha256sums = 21b02a51833dc4d618a4d48fba35d5d692bb71ac52005e8156d5a8c3db9be666
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')