summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGitHub Action2022-01-09 10:23:14 +0000
committerGitHub Action2022-01-09 10:23:14 +0000
commitd867109ad7ad7113f3a29c30d1c98d22a55ccfb0 (patch)
tree26756270bfb8d1e765f599bf5ed35c541aaf6a6a /PKGBUILD
parentf96afdd353d886d24481c6823fa494d39c0e6e8b (diff)
downloadaur-d867109ad7ad7113f3a29c30d1c98d22a55ccfb0.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--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f4d1ce92cfa..816e4d4e3a7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ depends=(
'python-aiofiles'
'python-biliass'
'python-dicttoxml'
+ 'ffmpeg'
)
makedepends=('python-setuptools' 'python-wheel')
optdepends=('python-uvloop: fast asyncio event loop')