makedeb


youtube-viewer 3.11.3-0


A lightweight YouTube client for Linux (CLI/GTK)

Click here to go back to the commit logs for youtube-viewer.

Commit:


Hash: b18123c39304b055122e1cc387939f3d5736c3e3

Message: 3.11.0

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 65a807c..a1347b9 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.9
+pkgver = 3.11.0
 url = https://github.com/trizen/youtube-viewer
 arch = all
 checkdepends = libjson-perl
@@ -31,8 +31,8 @@ optdepends = vlc: play videos with VLC
 optdepends = wget: download videos with wget
 optdepends = yt-dlp: play videos with encrypted signatures
 optdepends = webp-pixbuf-loader: load webp images
-source = youtube-viewer-3.10.9.tar.gz::https://github.com/trizen/youtube-viewer/archive/refs/tags/3.10.9.tar.gz
-b2sums = b2ddbc79ef1c8078a36d7d033778b91197e5026bb1454685f55f3c1b9f658df74bb403170adc5c7b76b50d7173d3e3af236a6d1416ac04be9e0eb20a6d670a8f
+source = youtube-viewer-3.11.0.tar.gz::https://github.com/trizen/youtube-viewer/archive/refs/tags/3.11.0.tar.gz
+b2sums = ef54119472d9c5b7c04f96bbb4f603e2b35fe5b4c0199f150f020880eaed8f5af1241cfdd4f580d6ac78a72544c234456c6c8ff752d69c9c306f63b42928eaa3
 checkdepends = libjson-perl
 makedepends = libmodule-build-perl
 optdepends = ffmpeg: conversions and MKV merging
diff --git a/PKGBUILD b/PKGBUILD
index 2660240..d3485ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Trizen (AUR) <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
 
 pkgname=youtube-viewer
-pkgver=3.10.9
+pkgver=3.11.0
 pkgrel=1
 pkgdesc="A lightweight YouTube client for Linux (CLI/GTK)"
 arch=('all')
@@ -30,7 +30,7 @@ optdepends=(
 )
 
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/trizen/youtube-viewer/archive/refs/tags/${pkgver}.tar.gz")
-b2sums=('b2ddbc79ef1c8078a36d7d033778b91197e5026bb1454685f55f3c1b9f658df74bb403170adc5c7b76b50d7173d3e3af236a6d1416ac04be9e0eb20a6d670a8f')
+b2sums=('ef54119472d9c5b7c04f96bbb4f603e2b35fe5b4c0199f150f020880eaed8f5af1241cfdd4f580d6ac78a72544c234456c6c8ff752d69c9c306f63b42928eaa3')
 
 build() {
     cd "$pkgname-${pkgver}"