makedeb


youtube-viewer-git 3.11.0.r71.b3ceba2-1


A lightweight YouTube client for Linux (CLI/GTK)

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

Commit:


Hash: 296de594711e5bacc14ab2b218168a504280e207

Message: checkdepends

Diff


diff --git a/.SRCINFO b/.SRCINFO
index e520abe..2124e56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,10 @@ pkgname = youtube-viewer-git
 pkgbase = youtube-viewer-git
 pkgdesc = A lightweight YouTube client for Linux (CLI/GTK)
 pkgrel = 1
-pkgver = 3.10.2.r0.g2f28244
+pkgver = 3.10.8.r0.g7a5c1c4
 url = https://github.com/trizen/youtube-viewer
 arch = all
+checkdepends = libjson-perl
 conflicts = youtube-viewer
 conflicts = gtk-youtube-viewer
 depends = perl
@@ -22,7 +23,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)
@@ -35,12 +36,13 @@ optdepends = webp-pixbuf-loader: load webp images
 provides = gtk-youtube-viewer-git
 source = git+https://github.com/trizen/youtube-viewer.git
 sha512sums = SKIP
+checkdepends = libjson-perl
 makedepends = git
 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 3ce9e6c..8f779fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
 
 _pkgname=youtube-viewer
 pkgname=youtube-viewer-git
-pkgver=3.10.2.r0.g2f28244
+pkgver=3.10.8.r0.g7a5c1c4
 pkgrel=1
 pkgdesc="A lightweight YouTube client for Linux (CLI/GTK)"
 arch=('all')
 url="https://github.com/trizen/${_pkgname}"
 license=('Artistic2.0')
 makedepends=('git' 'libmodule-build-perl')
+checkdepends=('libjson-perl')
 provides=('gtk-youtube-viewer-git')
 conflicts=('youtube-viewer' 'gtk-youtube-viewer')
 depends=('perl' 'libdata-dump-perl' 'libjson-perl' 'liblwp-protocol-https-perl' 'libgtk3-perl' 'libwww-perl' 'libfile-sharedir-perl' 'libunicode-linebreak-perl')
@@ -18,7 +19,7 @@ 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)'