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: 79cd0eba1a193fa35891c20ab0b878aa61613572

Message: Added "perl-unicode-linebreak" as dependency.

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 4e704b3..768e237 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.7.r0.gc341106
+	pkgver = 0.0.7.r2.g17fb213
 	pkgrel = 1
 	url = https://github.com/trizen/pipe-viewer
 	arch = any
@@ -14,12 +14,12 @@ pkgbase = pipe-viewer-git
 	depends = perl-gtk3
 	depends = perl-libwww
 	depends = perl-file-sharedir
+	depends = perl-unicode-linebreak
 	optdepends = ffmpeg: conversions and MKV merging
 	optdepends = gnome-icon-theme: icons in menus
 	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: 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 667e5bd..e091684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 
 _pkgname=pipe-viewer
 pkgname=pipe-viewer-git
-pkgver=0.0.7.r0.gc341106
+pkgver=0.0.7.r2.g17fb213
 pkgrel=1
 pkgdesc="A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)"
 arch=('any')
@@ -13,7 +13,7 @@ makedepends=('git' 'perl-module-build')
 provides=()
 conflicts=()
 
-depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 'perl-gtk3' 'perl-libwww' 'perl-file-sharedir')
+depends=('perl' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 'perl-gtk3' 'perl-libwww' 'perl-file-sharedir' 'perl-unicode-linebreak')
 
 optdepends=(
     'ffmpeg: conversions and MKV merging'
@@ -21,7 +21,6 @@ optdepends=(
     'perl-json-xs: faster JSON parsing'
     'perl-lwp-useragent-cached: local cache support'
     'perl-term-readline-gnu: better STDIN support'
-    'perl-unicode-linebreak: better fixed-width formatting'
     'mpv: play videos with MPV (recommended)'
     'vlc: play videos with VLC'
     'wget: download videos with wget'