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

Kyle Keen kkeen at archlinux.org
Thu Jul 20 03:11:17 UTC 2017


    Date: Thursday, July 20, 2017 @ 03:11:16
  Author: kkeen
Revision: 245749

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-20 03:10:53 UTC (rev 245748)
+++ PKGBUILD	2017-07-20 03:11:16 UTC (rev 245749)
@@ -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.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"
-}
-

Copied: ps_mem/repos/community-any/PKGBUILD (from rev 245748, ps_mem/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-20 03:11:16 UTC (rev 245749)
@@ -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.9
+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=f0891def54f1edb7")
+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