summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraffe-ali2017-04-05 20:35:30 +0200
committeraffe-ali2017-04-05 20:35:30 +0200
commit8def2f8ca9512b6b71b84f5cbdfe79f09f73aa04 (patch)
tree6f75eba50eb2dc95e372be475513d55215252c9b
parent2b192b7eacab50bd411869e3d4e4554ee04201e9 (diff)
downloadaur-8def2f8ca9512b6b71b84f5cbdfe79f09f73aa04.tar.gz
Added youtube-dl as dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 662c07a4e467..411cf6587fae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Gydl (Graphical Youtube-dl) is a GUI wrapper around the already existin
arch=('any')
url="https://github.com/JannikHv/gydl"
license=('MIT')
-depends=('python' 'gtk3' 'python-gobject')
+depends=('python' 'gtk3' 'python-gobject' 'youtube-dl')
makedepends=('git')
source=("$pkgname"::"git://github.com/JannikHv/gydl.git")
sha256sums=('SKIP')