makedeb
A lightweight YouTube client for Linux (CLI/GTK)
Click here to go back to the commit logs for youtube-viewer.
Hash: e340f736896938686cf61788d043c091ee19bc02
Message: 3.10.8
diff --git a/.SRCINFO b/.SRCINFO
index ddfac1f..70a4475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,11 @@ pkgname = youtube-viewer
pkgbase = youtube-viewer
pkgdesc = A lightweight YouTube client for Linux (CLI/GTK)
pkgrel = 0
-pkgver = 3.10.7
+pkgver = 3.10.8
url = https://github.com/trizen/youtube-viewer
arch = all
+checkdepends = libjson-perl
+conflicts = youtube-viewer-git
depends = perl
depends = libdata-dump-perl
depends = libjson-perl
@@ -19,7 +21,7 @@ makedepends = libmodule-build-perl
optdepends = ffmpeg: conversions and MKV merging
optdepends = gnome-icon-theme: icons in menus
optdepends = libjson-xs-perl: faster JSON parsing
-optdepends = liblwp-useragent-cached-perl: local cache support
+optdepends = liblwp-useragent-cached-perl: local cache support, mpr only
optdepends = libterm-readline-gnu-perl: better STDIN support
optdepends = libtext-charwidth-perl: get widths of characters
optdepends = mpv: play videos with MPV (recommended)
@@ -29,13 +31,14 @@ 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.7.tar.gz::https://github.com/trizen/youtube-viewer/archive/refs/tags/3.10.7.tar.gz
-b2sums = b4127851bc13f18a38c09a5c6c2d2398104b8b2201e8b6536ec252bce1b666589de0330b8ff599da141ee2c5ab2686dabbb7045222fd74f00d129e1b4d2060c2
+source = youtube-viewer-3.10.8.tar.gz::https://github.com/trizen/youtube-viewer/archive/refs/tags/3.10.8.tar.gz
+b2sums = f5d8e105ee712c363cf83d642a446f415866a1b1fcd4aa74619da24228549cb8738236dba3ecb93a32236219b490ae489bbcbb55cc4445c5ffa935ac49188eb6
+checkdepends = libjson-perl
makedepends = libmodule-build-perl
optdepends = ffmpeg: conversions and MKV merging
optdepends = gnome-icon-theme: icons in menus
optdepends = libjson-xs-perl: faster JSON parsing
-optdepends = liblwp-useragent-cached-perl: local cache support
+optdepends = liblwp-useragent-cached-perl: local cache support, mpr only
optdepends = libterm-readline-gnu-perl: better STDIN support
optdepends = libtext-charwidth-perl: get widths of characters
optdepends = mpv: play videos with MPV (recommended)
diff --git a/PKGBUILD b/PKGBUILD
index 8141178..3ea7ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,22 @@
# Contributor: Trizen (AUR) <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
pkgname=youtube-viewer
-pkgver=3.10.7
+pkgver=3.10.8
pkgrel=0
pkgdesc="A lightweight YouTube client for Linux (CLI/GTK)"
arch=('all')
url="https://github.com/trizen/${pkgname}"
license=('Artistic2.0')
+conflicts=('youtube-viewer-git')
makedepends=('libmodule-build-perl')
+checkdepends=('libjson-perl')
depends=('perl' 'libdata-dump-perl' 'libjson-perl' 'liblwp-protocol-https-perl' 'libgtk3-perl' 'libwww-perl' 'libfile-sharedir-perl' 'libunicode-linebreak-perl')
optdepends=(
'ffmpeg: conversions and MKV merging'
'gnome-icon-theme: icons in menus'
'libjson-xs-perl: faster JSON parsing'
- 'liblwp-useragent-cached-perl: local cache support'
+ 'liblwp-useragent-cached-perl: local cache support, mpr only'
'libterm-readline-gnu-perl: better STDIN support'
'libtext-charwidth-perl: get widths of characters'
'mpv: play videos with MPV (recommended)'
@@ -28,7 +30,7 @@ optdepends=(
)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/trizen/youtube-viewer/archive/refs/tags/${pkgver}.tar.gz")
-b2sums=('b4127851bc13f18a38c09a5c6c2d2398104b8b2201e8b6536ec252bce1b666589de0330b8ff599da141ee2c5ab2686dabbb7045222fd74f00d129e1b4d2060c2')
+b2sums=('f5d8e105ee712c363cf83d642a446f415866a1b1fcd4aa74619da24228549cb8738236dba3ecb93a32236219b490ae489bbcbb55cc4445c5ffa935ac49188eb6')
build() {
cd "$pkgname-${pkgver}"