makedeb


pipe-viewer-git 0.5.0.r1.f7da844-1


A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)

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

Commit:


Hash: 89863afb1a4c421abfc51501c3a74fd3ae4b0183

Message: minor

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7ea6ae2..4c73658 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = pipe-viewer-git
 pkgbase = pipe-viewer-git
 pkgdesc = A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)
 pkgrel = 1
-pkgver = 0.4.7.r0.gfa5db49
+pkgver = 0.4.9.r0.gdea999e
 url = https://github.com/trizen/pipe-viewer
 arch = all
 checkdepends = libjson-perl
@@ -25,12 +25,10 @@ optdepends = gnome-icon-theme: icons in menus
 optdepends = libjson-xs-perl: faster JSON parsing
 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 = libparallel-forkmanager-perl: for the *_parallel config-options
+optdepends = libparallel-forkmanager-perl: for option get_subscriptions_in_parallel
 optdepends = mpv: play videos with MPV (recommended)
 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
 provides = gtk-pipe-viewer-git
@@ -44,11 +42,9 @@ optdepends = gnome-icon-theme: icons in menus
 optdepends = libjson-xs-perl: faster JSON parsing
 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 = libparallel-forkmanager-perl: for the *_parallel config-options
+optdepends = libparallel-forkmanager-perl: for option get_subscriptions_in_parallel
 optdepends = mpv: play videos with MPV (recommended)
 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 7fbc5ec..12c6874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 _pkgname=pipe-viewer
 pkgname=pipe-viewer-git
-pkgver=0.4.7.r0.gfa5db49
+pkgver=0.4.9.r0.gdea999e
 pkgrel=1
 pkgdesc="A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)"
 arch=('all')
@@ -21,12 +21,10 @@ optdepends=(
     'libjson-xs-perl: faster JSON parsing'
     'liblwp-useragent-cached-perl: local cache support, mpr only'
     'libterm-readline-gnu-perl: better STDIN support'
-    'libtext-charwidth-perl: get widths of characters'
-    'libparallel-forkmanager-perl: for the *_parallel config-options'
+    'libparallel-forkmanager-perl: for option get_subscriptions_in_parallel'
     'mpv: play videos with MPV (recommended)'
     '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'
 )