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: 7a35d933a3f92a75c89d1e608d782d74e56517a7
Message: Version 0.0.7
diff --git a/.SRCINFO b/.SRCINFO
index 07067a2..4e704b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pipe-viewer-git
pkgdesc = A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)
- pkgver = 0.0.6.r0.g96df0cf
+ pkgver = 0.0.7.r0.gc341106
pkgrel = 1
url = https://github.com/trizen/pipe-viewer
arch = any
@@ -19,7 +19,7 @@ pkgbase = pipe-viewer-git
optdepends = perl-json-xs: faster JSON parsing
optdepends = perl-lwp-useragent-cached: local cache support
optdepends = perl-term-readline-gnu: better STDIN support
- optdepends = perl-unicode-linebreak: print results in a fixed-width format (-W)
+ optdepends = perl-unicode-linebreak: better fixed-width formatting
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 e324257..667e5bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=pipe-viewer
pkgname=pipe-viewer-git
-pkgver=0.0.6.r0.g96df0cf
+pkgver=0.0.7.r0.gc341106
pkgrel=1
pkgdesc="A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)"
arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
'perl-json-xs: faster JSON parsing'
'perl-lwp-useragent-cached: local cache support'
'perl-term-readline-gnu: better STDIN support'
- 'perl-unicode-linebreak: print results in a fixed-width format (-W)'
+ 'perl-unicode-linebreak: better fixed-width formatting'
'mpv: play videos with MPV (recommended)'
'vlc: play videos with VLC'
'wget: download videos with wget'