makedeb
A lightweight YouTube client for Linux (CLI/GTK)
Click here to go back to the commit logs for youtube-viewer.
Hash: 0e4be2ef7753669aa789d671c02c997ea00c9baf
Message: 3.10.9
diff --git a/.SRCINFO b/.SRCINFO
index 08acdda..65a807c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = youtube-viewer
pkgbase = youtube-viewer
pkgdesc = A lightweight YouTube client for Linux (CLI/GTK)
pkgrel = 1
-pkgver = 3.10.8
+pkgver = 3.10.9
url = https://github.com/trizen/youtube-viewer
arch = all
checkdepends = libjson-perl
@@ -29,11 +29,10 @@ 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
-source = youtube-viewer-3.10.8.tar.gz::https://github.com/trizen/youtube-viewer/archive/refs/tags/3.10.8.tar.gz
-b2sums = f5d8e105ee712c363cf83d642a446f415866a1b1fcd4aa74619da24228549cb8738236dba3ecb93a32236219b490ae489bbcbb55cc4445c5ffa935ac49188eb6
+source = youtube-viewer-3.10.9.tar.gz::https://github.com/trizen/youtube-viewer/archive/refs/tags/3.10.9.tar.gz
+b2sums = b2ddbc79ef1c8078a36d7d033778b91197e5026bb1454685f55f3c1b9f658df74bb403170adc5c7b76b50d7173d3e3af236a6d1416ac04be9e0eb20a6d670a8f
checkdepends = libjson-perl
makedepends = libmodule-build-perl
optdepends = ffmpeg: conversions and MKV merging
@@ -47,6 +46,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 7c8bc14..2660240 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Trizen (AUR) <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
pkgname=youtube-viewer
-pkgver=3.10.8
+pkgver=3.10.9
pkgrel=1
pkgdesc="A lightweight YouTube client for Linux (CLI/GTK)"
arch=('all')
@@ -25,13 +25,12 @@ 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'
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/trizen/youtube-viewer/archive/refs/tags/${pkgver}.tar.gz")
-b2sums=('f5d8e105ee712c363cf83d642a446f415866a1b1fcd4aa74619da24228549cb8738236dba3ecb93a32236219b490ae489bbcbb55cc4445c5ffa935ac49188eb6')
+b2sums=('b2ddbc79ef1c8078a36d7d033778b91197e5026bb1454685f55f3c1b9f658df74bb403170adc5c7b76b50d7173d3e3af236a6d1416ac04be9e0eb20a6d670a8f')
build() {
cd "$pkgname-${pkgver}"