diff options
author | Gr3q | 2021-09-01 08:13:38 +0100 |
---|---|---|
committer | Gr3q | 2021-09-01 08:13:38 +0100 |
commit | 66599d17bb23a64f1a40e4985d79bac6a50f74d7 (patch) | |
tree | 13786e3e2bcc9a5784214e958bcfe678b9ab0d2e | |
parent | 346bc70b63535f8105a485ca546f9dcdf385a7dc (diff) | |
download | aur-66599d17bb23a64f1a40e4985d79bac6a50f74d7.tar.gz |
Update .SRCINFO, PKGBUILD, and yt-dlg.desktop
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | yt-dlg.desktop | 8 |
3 files changed, 4 insertions, 11 deletions
@@ -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 @@ -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 |