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

Kyle Keen kkeen at archlinux.org
Thu Mar 5 01:11:34 UTC 2020


    Date: Thursday, March 5, 2020 @ 01:11:33
  Author: kkeen
Revision: 590682

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-05 01:11:19 UTC (rev 590681)
+++ PKGBUILD	2020-03-05 01:11:33 UTC (rev 590682)
@@ -1,27 +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.12
-pkgrel=1
-pkgdesc="List processes by memory usage"
-arch=('any')
-url="https://github.com/pixelb/ps_mem"
-license=('GPL')
-depends=('python')
-#makedepends=('git')
-#source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=bfc18bf3d2af0e04")
-#md5sums=('SKIP')
-# author appears to be doing real releases now
-source=("$pkgname-$pkgver.tgz::https://github.com/pixelb/ps_mem/archive/v$pkgver.tar.gz")
-md5sums=('44888ba627eccc338feff401c1785feb')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  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 590681, ps_mem/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-05 01:11:33 UTC (rev 590682)
@@ -0,0 +1,26 @@
+# 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.13
+pkgrel=1
+pkgdesc="List processes by memory usage"
+arch=('any')
+url="https://github.com/pixelb/ps_mem"
+license=('GPL')
+depends=('python')
+#makedepends=('git')
+#source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=bfc18bf3d2af0e04")
+#md5sums=('SKIP')
+# author appears to be doing real releases now
+source=("$pkgname-$pkgver.tgz::https://github.com/pixelb/ps_mem/archive/v$pkgver.tar.gz")
+md5sums=('b8cbdee431ce282ffa346fd5d77e12e3')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  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