[arch-commits] Commit in ps_mem/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Fri Jul 20 12:34:41 UTC 2018


    Date: Friday, July 20, 2018 @ 12:34:41
  Author: kkeen
Revision: 362598

upgpkg: ps_mem 3.12-1

Modified:
  ps_mem/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-20 11:36:32 UTC (rev 362597)
+++ PKGBUILD	2018-07-20 12:34:41 UTC (rev 362598)
@@ -1,23 +1,25 @@
-# $Id:
+# $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.11
+pkgver=3.12
 pkgrel=1
 pkgdesc="List processes by memory usage"
 arch=('any')
-url="http://www.pixelbeat.org/scripts/"
+url="https://github.com/pixelb/ps_mem"
 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=bfc18bf3d2af0e04")
-md5sums=('SKIP')
+#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}"
+  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