makedeb
A lightweight YouTube client for Linux (CLI/GTK)
Click here to go back to the commit logs for youtube-viewer-git.
Hash: 550f5141d2c9fa2d696db2acd1e4915be8a2090b
Message: libparallel-forkmanager-perl
diff --git a/.SRCINFO b/.SRCINFO
index 2124e56..6ff5d1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
pkgname = youtube-viewer-git
pkgbase = youtube-viewer-git
pkgdesc = A lightweight YouTube client for Linux (CLI/GTK)
-pkgrel = 1
+pkgrel = 2
pkgver = 3.10.8.r0.g7a5c1c4
url = https://github.com/trizen/youtube-viewer
arch = all
@@ -25,6 +25,7 @@ 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 = libparallel-forkmanager-perl: for option get_subscriptions_in_parallel
optdepends = libtext-charwidth-perl: get widths of characters
optdepends = mpv: play videos with MPV (recommended)
optdepends = smplayer: play videos with SMPlayer
@@ -44,6 +45,7 @@ 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 = libparallel-forkmanager-perl: for option get_subscriptions_in_parallel
optdepends = libtext-charwidth-perl: get widths of characters
optdepends = mpv: play videos with MPV (recommended)
optdepends = smplayer: play videos with SMPlayer
diff --git a/PKGBUILD b/PKGBUILD
index 8f779fe..5743b71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=youtube-viewer
pkgname=youtube-viewer-git
pkgver=3.10.8.r0.g7a5c1c4
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight YouTube client for Linux (CLI/GTK)"
arch=('all')
url="https://github.com/trizen/${_pkgname}"
@@ -21,6 +21,7 @@ optdepends=(
'libjson-xs-perl: faster JSON parsing'
'liblwp-useragent-cached-perl: local cache support, mpr only'
'libterm-readline-gnu-perl: better STDIN support'
+ 'libparallel-forkmanager-perl: for option get_subscriptions_in_parallel'
'libtext-charwidth-perl: get widths of characters'
'mpv: play videos with MPV (recommended)'
'smplayer: play videos with SMPlayer'