makedeb
A lightweight YouTube client for Linux (CLI/GTK)
Click here to go back to the commit logs for youtube-viewer-git.
Hash: 0b9a02c91a2983bdb7c286694f4d17a5ba2bde5f
Message: minor
diff --git a/.SRCINFO b/.SRCINFO
index 6ff5d1b..6cd795a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb
pkgname = youtube-viewer-git
pkgbase = youtube-viewer-git
pkgdesc = A lightweight YouTube client for Linux (CLI/GTK)
-pkgrel = 2
-pkgver = 3.10.8.r0.g7a5c1c4
+pkgrel = 1
+pkgver = 3.11.0.r0.gb3ceba2
url = https://github.com/trizen/youtube-viewer
arch = all
checkdepends = libjson-perl
@@ -31,7 +31,6 @@ optdepends = mpv: play videos with MPV (recommended)
optdepends = smplayer: play videos with SMPlayer
optdepends = vlc: play videos with VLC
optdepends = wget: download videos with wget
-optdepends = youtube-dl: play videos with encrypted signatures
optdepends = yt-dlp: play videos with encrypted signatures
optdepends = webp-pixbuf-loader: load webp images
provides = gtk-youtube-viewer-git
@@ -51,6 +50,5 @@ optdepends = mpv: play videos with MPV (recommended)
optdepends = smplayer: play videos with SMPlayer
optdepends = vlc: play videos with VLC
optdepends = wget: download videos with wget
-optdepends = youtube-dl: play videos with encrypted signatures
optdepends = yt-dlp: play videos with encrypted signatures
optdepends = webp-pixbuf-loader: load webp images
diff --git a/PKGBUILD b/PKGBUILD
index 5743b71..7147b0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=youtube-viewer
pkgname=youtube-viewer-git
-pkgver=3.10.8.r0.g7a5c1c4
-pkgrel=2
+pkgver=3.11.0.r0.gb3ceba2
+pkgrel=1
pkgdesc="A lightweight YouTube client for Linux (CLI/GTK)"
arch=('all')
url="https://github.com/trizen/${_pkgname}"
@@ -27,7 +27,6 @@ optdepends=(
'smplayer: play videos with SMPlayer'
'vlc: play videos with VLC'
'wget: download videos with wget'
- 'youtube-dl: play videos with encrypted signatures'
'yt-dlp: play videos with encrypted signatures'
'webp-pixbuf-loader: load webp images'
)