makedeb
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.
Hash: 920336ffc8dc9cfb1735b01a5cd93da0aae6a1f9
Message: 0.4.5/ optional libparallel-forkmanager-perl
diff --git a/.SRCINFO b/.SRCINFO
index dae63a9..f08cc91 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.3.1.r10.gf74f0d4
+pkgver = 0.4.5.r0.g4af2b90
url = https://github.com/trizen/pipe-viewer
arch = all
conflicts = pipe-viewer
@@ -25,6 +25,7 @@ optdepends = libjson-xs-perl: faster JSON parsing
optdepends = liblwp-useragent-cached-perl: local cache support
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 = mpv: play videos with MPV (recommended)
optdepends = vlc: play videos with VLC
optdepends = wget: download videos with wget
@@ -42,6 +43,7 @@ optdepends = libjson-xs-perl: faster JSON parsing
optdepends = liblwp-useragent-cached-perl: local cache support
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 = mpv: play videos with MPV (recommended)
optdepends = vlc: play videos with VLC
optdepends = wget: download videos with wget
diff --git a/PKGBUILD b/PKGBUILD
index 999fd07..5c9f83b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=pipe-viewer
pkgname=pipe-viewer-git
-pkgver=0.3.1.r10.gf74f0d4
+pkgver=0.4.5.r0.g4af2b90
pkgrel=1
pkgdesc="A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)"
arch=('all')
@@ -21,6 +21,7 @@ optdepends=(
'liblwp-useragent-cached-perl: local cache support'
'libterm-readline-gnu-perl: better STDIN support'
'libtext-charwidth-perl: get widths of characters'
+ 'libparallel-forkmanager-perl: for the *_parallel config-options'
'mpv: play videos with MPV (recommended)'
'vlc: play videos with VLC'
'wget: download videos with wget'
@@ -34,7 +35,7 @@ sha512sums=('SKIP')
pkgver() {
cd "$_pkgname"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags --always | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {