Date: Tuesday, June 19, 2018 @ 17:02:35 Author: foxboron Revision: 344112
upgpkg: neofetch 5.0.0-1 Updated to 5.0.0 Modified: neofetch/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-19 17:02:25 UTC (rev 344111) +++ PKGBUILD 2018-06-19 17:02:35 UTC (rev 344112) @@ -2,7 +2,7 @@ # Contributor: Dylan Araps <[email protected]> pkgname=neofetch -pkgver=4.0.2 +pkgver=5.0.0 pkgrel=1 pkgdesc="A CLI system information tool written in BASH that supports displaying images." arch=('any') @@ -11,13 +11,14 @@ depends=('bash') backup=('etc/neofetch/config.conf') optdepends=( + 'catimg: Display Images' 'feh: Wallpaper Display' 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot' + 'jp2a: Display Images' + 'libcaca: Display Images' 'nitrogen: Wallpaper Display' + 'pacman-contrib: Display package count' 'w3m: Display Images' - 'catimg: Display Images' - 'jp2a: Display Images' - 'libcaca: Display Images' 'xdotool: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' 'xorg-xdpyinfo: Resolution detection (Single Monitor)' 'xorg-xprop: Desktop Environment and Window Manager' @@ -25,7 +26,7 @@ 'xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal' ) source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dylanaraps/neofetch/archive/${pkgver}.tar.gz") -sha256sums=('3cd4db97d732dd91424b357166d38edccec236c21612b392318b48a3ffa29004') +sha256sums=('2a4f4853bf83b88a037994dbc53a90c8bd5708f5eeb3392f56d4e49c49d995b3') package() { cd "${pkgname}-${pkgver}/"
