Date: Sunday, May 20, 2018 @ 10:24:00 Author: foxboron Revision: 325223
upgpkg: neofetch 4.0.2-1 Updated to 4.0.2 Modified: neofetch/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-20 10:21:31 UTC (rev 325222) +++ PKGBUILD 2018-05-20 10:24:00 UTC (rev 325223) @@ -2,7 +2,7 @@ # Contributor: Dylan Araps <dylan.ar...@gmail.com> pkgname=neofetch -pkgver=4.0.1 +pkgver=4.0.2 pkgrel=1 pkgdesc="A CLI system information tool written in BASH that supports displaying images." arch=('any') @@ -25,7 +25,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=('a227e296547846296a19cc483ab6a3af5e3e9f2c2eba4563d060bad2c50f4fab') +sha256sums=('3cd4db97d732dd91424b357166d38edccec236c21612b392318b48a3ffa29004') package() { cd "${pkgname}-${pkgver}/"