summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkanehekili2021-11-20 23:11:41 +0100
committerkanehekili2021-11-20 23:11:41 +0100
commitcd55d62f4147aec3ea56eab7f4d915d7c8f5f408 (patch)
tree22a76bbc4d229eeb379737f6e5d233d61c55901c
parentb5de4f86788ce1a5b6d731087e721b766925a45b (diff)
downloadaur-cd55d62f4147aec3ea56eab7f4d915d7c8f5f408.tar.gz
Added dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b159a9fdb58a..01ad70dc10f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = ytdownloader
pkgdesc = GKT3 frontend for youtube-dl with focus on best audio and video. Uses ffmpeg for joining audio & video
pkgver = 1.3.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kanehekili/YoutubeDownloader
arch = x86_64
license = GPL2
license = MIT
+ depends = python
+ depends = python-gobject
depends = ffmpeg
depends = youtube-dl
source = https://github.com/kanehekili/YoutubeDownloader/releases/download/1.3.3/YtDownloader1.3.3.tar
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)