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: a42113c6e3d15f422a319d61702ce44dba870ff4
Message: checkdepends
diff --git a/.SRCINFO b/.SRCINFO
index f08cc91..7ea6ae2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,9 +3,10 @@ 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.5.r0.g4af2b90
+pkgver = 0.4.7.r0.gfa5db49
url = https://github.com/trizen/pipe-viewer
arch = all
+checkdepends = libjson-perl
conflicts = pipe-viewer
conflicts = gtk-pipe-viewer
depends = perl
@@ -22,7 +23,7 @@ makedepends = libmodule-build-perl
optdepends = ffmpeg: conversions and MKV merging
optdepends = gnome-icon-theme: icons in menus
optdepends = libjson-xs-perl: faster JSON parsing
-optdepends = liblwp-useragent-cached-perl: local cache support
+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
@@ -35,12 +36,13 @@ optdepends = webp-pixbuf-loader: load webp images
provides = gtk-pipe-viewer-git
source = git+https://github.com/trizen/pipe-viewer.git
sha512sums = SKIP
+checkdepends = libjson-perl
makedepends = git
makedepends = libmodule-build-perl
optdepends = ffmpeg: conversions and MKV merging
optdepends = gnome-icon-theme: icons in menus
optdepends = libjson-xs-perl: faster JSON parsing
-optdepends = liblwp-useragent-cached-perl: local cache support
+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
diff --git a/PKGBUILD b/PKGBUILD
index 5c9f83b..7fbc5ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
_pkgname=pipe-viewer
pkgname=pipe-viewer-git
-pkgver=0.4.5.r0.g4af2b90
+pkgver=0.4.7.r0.gfa5db49
pkgrel=1
pkgdesc="A lightweight YouTube client for Linux (CLI/GTK) (fork of straw-viewer)"
arch=('all')
url="https://github.com/trizen/${_pkgname}"
license=('Artistic2.0')
makedepends=('git' 'libmodule-build-perl')
+checkdepends=('libjson-perl')
provides=('gtk-pipe-viewer-git')
conflicts=('pipe-viewer' 'gtk-pipe-viewer')
depends=('perl' 'libdata-dump-perl' 'libjson-perl' 'liblwp-protocol-https-perl' 'libgtk3-perl' 'libwww-perl' 'libfile-sharedir-perl' 'libunicode-linebreak-perl')
@@ -18,7 +19,7 @@ optdepends=(
'ffmpeg: conversions and MKV merging'
'gnome-icon-theme: icons in menus'
'libjson-xs-perl: faster JSON parsing'
- 'liblwp-useragent-cached-perl: local cache support'
+ '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'