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

Alexander Rødseth arodseth at archlinux.org
Mon Aug 13 22:10:01 UTC 2018


    Date: Monday, August 13, 2018 @ 22:10:01
  Author: arodseth
Revision: 371335

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   55 ++++++++++++++++++++++++++++---------------------------
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-13 22:09:50 UTC (rev 371334)
+++ PKGBUILD	2018-08-13 22:10:01 UTC (rev 371335)
@@ -1,27 +0,0 @@
-# $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=8
-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')
-
-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 371334, archey3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-13 22:10:01 UTC (rev 371335)
@@ -0,0 +1,28 @@
+# $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
+# the PKGBUILD at https://github.com/lclarkmichalek/archey3/blob/master/PKGBUILD says 0.5
+pkgver=0.5
+pkgrel=9
+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+https://github.com/lclarkmichalek/archey3#commit=ac687529ec6208954f09c29f01760c66f73b1d10')
+md5sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+
+  python setup.py install --root="$pkgdir"
+}
+
+# getver: -d 2 -u 5
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list