summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkanehekili2021-11-20 23:11:41 +0100
committerkanehekili2021-11-20 23:11:41 +0100
commitcd55d62f4147aec3ea56eab7f4d915d7c8f5f408 (patch)
tree22a76bbc4d229eeb379737f6e5d233d61c55901c /PKGBUILD
parentb5de4f86788ce1a5b6d731087e721b766925a45b (diff)
downloadaur-cd55d62f4147aec3ea56eab7f4d915d7c8f5f408.tar.gz
Added dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f9187829599..298cf4d785e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ytdownloader
wsp=YtDownloader
pkgver=1.3.3
-pkgrel=1
+pkgrel=2
pkgdesc="GKT3 frontend for youtube-dl with focus on best audio and video. Uses ffmpeg for joining audio & video"
url="https://github.com/kanehekili/YoutubeDownloader"
license=('GPL2' 'MIT')
-depends=('ffmpeg' 'youtube-dl')
+depends=('python' 'python-gobject' 'ffmpeg' 'youtube-dl')
arch=('x86_64')
source=(https://github.com/kanehekili/YoutubeDownloader/releases/download/1.3.3/YtDownloader1.3.3.tar)
md5sums=(d98c7c16fbb4686adb12ee0a41d319bf)