summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGr3q2021-09-01 08:13:38 +0100
committerGr3q2021-09-01 08:13:38 +0100
commit66599d17bb23a64f1a40e4985d79bac6a50f74d7 (patch)
tree13786e3e2bcc9a5784214e958bcfe678b9ab0d2e
parent346bc70b63535f8105a485ca546f9dcdf385a7dc (diff)
downloadaur-66599d17bb23a64f1a40e4985d79bac6a50f74d7.tar.gz
Update .SRCINFO, PKGBUILD, and yt-dlg.desktop
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--yt-dlg.desktop8
3 files changed, 4 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f11bd34a5677..e31fe708de52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
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.r127.g9789d97
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/oleksis/youtube-dl-gui
arch = any
license = custom:UNLICENSE
makedepends = git
+ makedepends = python-polib
depends = python-pypubsub
depends = python-wxpython
depends = xdg-utils
diff --git a/PKGBUILD b/PKGBUILD
index f646b876c368..09310023cc0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=yt-dlg
pkgname=$_pkgname-git
pkgver=1.2.0.r127.g9789d97
-pkgrel=1
+pkgrel=2
pkgdesc="A cross platform front-end GUI of the popular youtube-dl written in wxPython (maintained fork of youtube-dl-gui)"
arch=('any')
url="https://github.com/oleksis/youtube-dl-gui"
@@ -15,7 +15,7 @@ depends=(
)
optdepends=('ffmpeg: convert video files to audio-only files'
'youtube-dl: alternative to the youtube-dl program downloaded by yt-dlg')
-makedepends=('git')
+makedepends=('git' 'python-polib')
provides=($_pkgname)
conflicts=($_pkgname youtube-dl-gui)
source=($pkgname::git+https://github.com/yt-dlg/yt-dlg.git)
diff --git a/yt-dlg.desktop b/yt-dlg.desktop
deleted file mode 100644
index 681d9c8d3a60..000000000000
--- a/yt-dlg.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=YT-DLG
-Exec=yt-dlg
-Icon=youtube-dl-gui
-Categories=Network;
-Comment=GUI for youtube-dl downloader \ No newline at end of file