[arch-commits] Commit in archey3/repos/community-any (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Dec 4 11:13:34 UTC 2016


    Date: Sunday, December 4, 2016 @ 11:13:33
  Author: arodseth
Revision: 197869

archrelease: copy trunk to community-any

Added:
  archey3/repos/community-any/PKGBUILD
    (from rev 197868, archey3/trunk/PKGBUILD)
Deleted:
  archey3/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-04 11:12:33 UTC (rev 197868)
+++ PKGBUILD	2016-12-04 11:13:33 UTC (rev 197869)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Laurie Clark-Michalek <bluepeppers at archlinux.us>
-# Contributor: graysky <graysky AT archlinux DOR us>
-
-pkgname=archey3
-pkgver=0.5
-pkgrel=4
-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"
-} 
-
-# getver: -d 2 -u 5
-# vim:set ts=2 sw=2 et:

Copied: archey3/repos/community-any/PKGBUILD (from rev 197868, archey3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-12-04 11:13:33 UTC (rev 197869)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Laurie Clark-Michalek <bluepeppers at archlinux.us>
+# Contributor: graysky <graysky AT archlinux DOR us>
+
+pkgname=archey3
+pkgver=0.5
+pkgrel=5
+pkgdesc='Output a logo and various system information'
+arch=('any')
+url='https://lclarkmichalek.github.io/archey3/'
+license=('GPL')
+depends=('python')
+makedepends=('git' 'python-distribute')
+optdepends=('imagemagick: for default screenshot command'
+            'python-logbook: alternative logging system')
+source=('git://github.com/lclarkmichalek/archey3#commit=1c7e137')
+md5sums=('SKIP')
+
+pkgver() {
+  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:



More information about the arch-commits mailing list