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

Antonio Rojas arojas at archlinux.org
Sat Jul 9 10:44:00 UTC 2016


    Date: Saturday, July 9, 2016 @ 10:44:00
  Author: arojas
Revision: 182569

archrelease: copy trunk to community-any

Added:
  ps_mem/repos/community-any/PKGBUILD
    (from rev 182568, ps_mem/trunk/PKGBUILD)
Deleted:
  ps_mem/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-09 10:43:42 UTC (rev 182568)
+++ PKGBUILD	2016-07-09 10:44:00 UTC (rev 182569)
@@ -1,25 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress <code at flexion.org>
-# Contributor: Kyle Keen <keenerd at gmail.com>
-# Contributor: Ali Gündüz <gndz.ali at gmail.com>
-
-pkgname=ps_mem
-pkgver=3.5
-pkgrel=1
-pkgdesc="List processes by memory usage"
-arch=('any')
-url="http://www.pixelbeat.org/scripts/"
-license=('GPL')
-# Compatible with both Python 2.x and 3.x
-depends=('python')
-makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22")
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
-  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 182568, ps_mem/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-07-09 10:44:00 UTC (rev 182569)
@@ -0,0 +1,25 @@
+# $Id:
+# Maintainer : Martin Wimpress <code at flexion.org>
+# Contributor: Kyle Keen <keenerd at gmail.com>
+# Contributor: Ali Gündüz <gndz.ali at gmail.com>
+
+pkgname=ps_mem
+pkgver=3.8
+pkgrel=1
+pkgdesc="List processes by memory usage"
+arch=('any')
+url="http://www.pixelbeat.org/scripts/"
+license=('GPL')
+# Compatible with both Python 2.x and 3.x
+depends=('python')
+makedepends=('git')
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22")
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  install -D -m 755 ps_mem.py "${pkgdir}/usr/bin/${pkgname}"
+  install -D -m 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -D -m 644 "${pkgname}.1" "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+}
+



More information about the arch-commits mailing list