summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGr3q2022-03-06 18:27:37 +0000
committerGr3q2022-03-06 18:27:37 +0000
commit7028837727bad247e56c4992889b68e69f79094e (patch)
treec10ba810e5e60be34241e85d4ef4a9062b0b6109
parentc57404f7449365e78d84ac86fa5362b14d359631 (diff)
downloadaur-7028837727bad247e56c4992889b68e69f79094e.tar.gz
Add missing dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05758fae0f5a..edfc76df7f94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = yt-dlg-git
pkgdesc = A cross platform front-end GUI of the popular youtube-dl written in wxPython (maintained fork of youtube-dl-gui)
- pkgver = 1.2.0.r238.gf0fe39e
+ pkgver = 1.2.0.r242.g3ec93dc
pkgrel = 1
url = https://github.com/oleksis/youtube-dl-gui
arch = any
license = custom:UNLICENSE
makedepends = git
makedepends = python-polib
- makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
+ makedepends = python-wheel
+ makedepends = python-setuptools
depends = python-pypubsub
depends = python-wxpython
depends = xdg-utils
diff --git a/PKGBUILD b/PKGBUILD
index 96bf7bfd6fe8..43a9e4681fae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=yt-dlg
pkgname=$_pkgname-git
-pkgver=1.2.0.r238.gf0fe39e
+pkgver=1.2.0.r242.g3ec93dc
pkgrel=1
pkgdesc="A cross platform front-end GUI of the popular youtube-dl written in wxPython (maintained fork of youtube-dl-gui)"
arch=('any')
@@ -18,9 +18,10 @@ optdepends=('ffmpeg: convert video files to audio-only files'
makedepends=(
'git'
'python-polib'
- 'python-setuptools'
'python-build'
'python-installer'
+ 'python-wheel'
+ 'python-setuptools'
)
provides=($_pkgname)
conflicts=($_pkgname youtube-dl-gui)