summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122017-06-23 08:03:22 +0200
committerwillemw122017-06-23 08:03:22 +0200
commitf55d7280489292518b8200e5d05fde3212470046 (patch)
treede6ce71fe9bf7f58b830889f8826dc3d56203388
parent2c2548fd2dbbf01bb39ccf156d14914d57967d11 (diff)
downloadaur-f55d7280489292518b8200e5d05fde3212470046.tar.gz
Depend on python2-twodict-git instead of python2-twodict, until python2-twodict is available
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1de3cbb116a..1d9ca128c606 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jun 23 05:55:44 UTC 2017
+# Fri Jun 23 06:03:13 UTC 2017
pkgbase = youtube-dl-gui-git
pkgdesc = A cross platform front-end GUI of the popular youtube-dl written in wxPython
pkgver = 0.3.8.r447.g182a587
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/MrS0m30n3/youtube-dl-gui
arch = any
license = custom:UNLICENSE
makedepends = git
depends = gtk-update-icon-cache
- depends = python2-twodict
+ depends = python2-twodict-git
depends = wxpython
optdepends = ffmpeg: convert video files to audio-only files
optdepends = youtube-dl: alternative to the youtube-dl program downloaded by youtube-dl-gui
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')