makedeb
A lightweight YouTube client for Linux (CLI/GTK)
Click here to go back to the commit logs for youtube-viewer.
Hash: 2c9776ab2b3f2e1d9403b552b4a46a794b6b2833
Message: 3.10.7
diff --git a/.SRCINFO b/.SRCINFO
index 38bad0b..ddfac1f 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 = 0
-pkgver = 3.10.2
+pkgver = 3.10.7
url = https://github.com/trizen/youtube-viewer
arch = all
depends = perl
@@ -29,8 +29,8 @@ 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.2.tar.gz::https://github.com/trizen/youtube-viewer/archive/refs/tags/3.10.2.tar.gz
-b2sums = 5a0728350ffb337bd4757932d96d7e857d209b039b8e524220b5c88470e099f32a7d56054357f658f155fff0549a93454b58a4bfb70b157d9af6155b9a5bda95
+source = youtube-viewer-3.10.7.tar.gz::https://github.com/trizen/youtube-viewer/archive/refs/tags/3.10.7.tar.gz
+b2sums = b4127851bc13f18a38c09a5c6c2d2398104b8b2201e8b6536ec252bce1b666589de0330b8ff599da141ee2c5ab2686dabbb7045222fd74f00d129e1b4d2060c2
makedepends = libmodule-build-perl
optdepends = ffmpeg: conversions and MKV merging
optdepends = gnome-icon-theme: icons in menus
diff --git a/PKGBUILD b/PKGBUILD
index 5a40888..8141178 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Trizen (AUR) <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
pkgname=youtube-viewer
-pkgver=3.10.2
+pkgver=3.10.7
pkgrel=0
pkgdesc="A lightweight YouTube client for Linux (CLI/GTK)"
arch=('all')
@@ -28,7 +28,7 @@ optdepends=(
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/trizen/youtube-viewer/archive/refs/tags/${pkgver}.tar.gz")
-b2sums=('5a0728350ffb337bd4757932d96d7e857d209b039b8e524220b5c88470e099f32a7d56054357f658f155fff0549a93454b58a4bfb70b157d9af6155b9a5bda95')
+b2sums=('b4127851bc13f18a38c09a5c6c2d2398104b8b2201e8b6536ec252bce1b666589de0330b8ff599da141ee2c5ab2686dabbb7045222fd74f00d129e1b4d2060c2')
build() {
cd "$pkgname-${pkgver}"