summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwillemw122017-06-23 08:03:22 +0200
committerwillemw122017-06-23 08:03:22 +0200
commitf55d7280489292518b8200e5d05fde3212470046 (patch)
treede6ce71fe9bf7f58b830889f8826dc3d56203388 /PKGBUILD
parent2c2548fd2dbbf01bb39ccf156d14914d57967d11 (diff)
downloadaur-f55d7280489292518b8200e5d05fde3212470046.tar.gz
Depend on python2-twodict-git instead of python2-twodict, until python2-twodict is available
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')