Date: Tuesday, April 24, 2018 @ 14:51:32 Author: foxboron Revision: 317562
upgpkg: neofetch 3.4.0-2 Added config file to backup array FS#58333 Modified: neofetch/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-24 14:47:30 UTC (rev 317561) +++ PKGBUILD 2018-04-24 14:51:32 UTC (rev 317562) @@ -3,12 +3,13 @@ pkgname=neofetch pkgver=3.4.0 -pkgrel=1 +pkgrel=2 pkgdesc="A CLI system information tool written in BASH that supports displaying images." arch=('any') url="https://github.com/dylanaraps/neofetch" license=('MIT') depends=('bash') +backup=('etc/neofetch/config.conf') optdepends=( 'feh: Wallpaper Display' 'imagemagick: Image cropping / Thumbnail creation / Take a screenshot'