Date: Thursday, November 27, 2014 @ 13:38:54 Author: arodseth Revision: 123199
archrelease: copy trunk to community-any Added: archey3/repos/community-any/PKGBUILD (from rev 123198, archey3/trunk/PKGBUILD) Deleted: archey3/repos/community-any/PKGBUILD ----------+ PKGBUILD | 61 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 30 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2014-11-27 12:38:46 UTC (rev 123198) +++ PKGBUILD 2014-11-27 12:38:54 UTC (rev 123199) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth <rods...@gmail.com> -# Contributor: Laurie Clark-Michalek <bluepepp...@archlinux.us> -# Contributor: graysky <graysky AT archlinux DOR us> - -pkgname=archey3 -pkgver=0.5 -pkgrel=2 -pkgdesc='Output a logo and various system information' -arch=('any') -url='http://bluepeppers.github.com/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=c1d1fedccc843ada034d7bcbfe89d00cfc58fea3') -md5sums=('SKIP') - -pkgver() { - # Fetch the version number from the PKGBUILD in the upstream git repo - grep pkgver= "$pkgname/PKGBUILD" | cut -d'=' -f2 -} - -package() { - cd "$pkgname" - - python setup.py install --root="$pkgdir" -} - -# vim:set ts=2 sw=2 et: Copied: archey3/repos/community-any/PKGBUILD (from rev 123198, archey3/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2014-11-27 12:38:54 UTC (rev 123199) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Alexander Rødseth <rods...@gmail.com> +# Contributor: Laurie Clark-Michalek <bluepepp...@archlinux.us> +# Contributor: graysky <graysky AT archlinux DOR us> + +pkgname=archey3 +pkgver=0.5 +pkgrel=3 +pkgdesc='Output a logo and various system information' +arch=('any') +url='http://bluepeppers.github.com/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') +md5sums=('SKIP') + +pkgver() { + # Fetch the version number from the PKGBUILD in the upstream git repo + grep pkgver= "$pkgname/PKGBUILD" | cut -d'=' -f2 +} + +package() { + cd "$pkgname" + python setup.py install --root="$pkgdir" +} + +# vim:set ts=2 sw=2 et: