summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29ebd364ec2a..22ee0c12c0b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,13 @@
_pkgname=youtube-dl-gui
pkgname=$_pkgname-git
pkgver=0.3.8.r447.g182a587
-pkgrel=1
+pkgrel=2
pkgdesc="A cross platform front-end GUI of the popular youtube-dl written in wxPython"
arch=('any')
url="https://github.com/MrS0m30n3/youtube-dl-gui"
license=('custom:UNLICENSE')
-depends=('gtk-update-icon-cache' 'python2-twodict' 'wxpython')
+#depends=('gtk-update-icon-cache' 'python2-twodict' 'wxpython')
+depends=('gtk-update-icon-cache' 'python2-twodict-git' 'wxpython')
optdepends=('ffmpeg: convert video files to audio-only files'
'youtube-dl: alternative to the youtube-dl program downloaded by youtube-dl-gui')
makedepends=('git')