Date: Monday, August 13, 2018 @ 22:09:50 Author: arodseth Revision: 371334
upgpkg: archey3 0.5-9 Modified: archey3/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-13 21:58:29 UTC (rev 371333) +++ PKGBUILD 2018-08-13 22:09:50 UTC (rev 371334) @@ -1,11 +1,12 @@ # $Id$ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Laurie Clark-Michalek <[email protected]> # Contributor: graysky <graysky AT archlinux DOR us> pkgname=archey3 +# the PKGBUILD at https://github.com/lclarkmichalek/archey3/blob/master/PKGBUILD says 0.5 pkgver=0.5 -pkgrel=8 +pkgrel=9 pkgdesc='Output a logo and various system information' arch=('any') url='https://lclarkmichalek.github.io/archey3/' @@ -14,7 +15,7 @@ makedepends=('git' 'python-distribute') optdepends=('imagemagick: for default screenshot command' 'python-logbook: alternative logging system') -source=('git://github.com/lclarkmichalek/archey3#commit=1c7e137') +source=('git+https://github.com/lclarkmichalek/archey3#commit=ac687529ec6208954f09c29f01760c66f73b1d10') md5sums=('SKIP') package() { @@ -24,4 +25,4 @@ } # getver: -d 2 -u 5 -# vim:set ts=2 sw=2 et: +# vim: ts=2 sw=2 et:
