Date: Sunday, December 4, 2016 @ 11:12:33 Author: arodseth Revision: 197868
upgpkg: archey3 0.5-5 Modified: archey3/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-04 10:26:58 UTC (rev 197867) +++ PKGBUILD 2016-12-04 11:12:33 UTC (rev 197868) @@ -1,31 +1,31 @@ # $Id$ -# Maintainer: Alexander 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 pkgver=0.5 -pkgrel=4 +pkgrel=5 pkgdesc='Output a logo and various system information' arch=('any') -url='http://bluepeppers.github.com/archey3' +url='https://lclarkmichalek.github.io/archey3/' license=('GPL') depends=('python') makedepends=('git' 'python-distribute') -optdepends=('imagemagick: for default screenshot command') -# AUR optdeps: python-logbook-git and python-mpd-git -source=('git://github.com/bluepeppers/archey3.git#commit=94b3d549ef') +optdepends=('imagemagick: for default screenshot command' + 'python-logbook: alternative logging system') +source=('git://github.com/lclarkmichalek/archey3#commit=1c7e137') md5sums=('SKIP') pkgver() { - # Fetch the version number from the PKGBUILD in the upstream git repo - grep pkgver= "$pkgname/PKGBUILD" | cut -d'=' -f2 + grep pkgver= "$pkgname/PKGBUILD" | cut -d= -f2 } package() { cd "$pkgname" + python setup.py install --root="$pkgdir" -} +} # getver: -d 2 -u 5 # vim:set ts=2 sw=2 et:
