summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraxzxc12362021-01-01 10:44:21 +0800
committeraxzxc12362021-01-01 10:44:21 +0800
commitc15130a15e7da2ab898d1d4dd455bdbf229ebe01 (patch)
treed835e73d94db449c78f4263ac3d26c841c0db6f9
parentb1decea640affc91080283e805f7abb90c936678 (diff)
downloadaur-c15130a15e7da2ab898d1d4dd455bdbf229ebe01.tar.gz
Add ffmpeg as dependency
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3fb20606eb7..59046a389a52 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Twitch video downloader that use multiple concurrent connections"
arch=(any)
url="https://github.com/ihabunek/twitch-dl"
license=('GPL3')
-depends=('python')
+depends=('python' 'ffmpeg')
provides=('twitch-dl' 'twitch-dl-bin')
conflicts=('twitch-dl' 'twitch-dl-bin')
source=('twitch-dl::https://github.com/ihabunek/twitch-dl/releases/download/1.13.1/twitch-dl.1.13.1.pyz')