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

2020-03-04 Thread Kyle Keen via arch-commits
Date: Thursday, March 5, 2020 @ 01:11:19
  Author: kkeen
Revision: 590681

upgpkg: ps_mem 3.13-1

Modified:
  ps_mem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-05 01:00:47 UTC (rev 590680)
+++ PKGBUILD2020-03-05 01:11:19 UTC (rev 590681)
@@ -3,7 +3,7 @@
 # Contributor: Ali Gündüz 
 
 pkgname=ps_mem
-pkgver=3.12
+pkgver=3.13
 pkgrel=1
 pkgdesc="List processes by memory usage"
 arch=('any')
@@ -15,7 +15,7 @@
 #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')
+md5sums=('b8cbdee431ce282ffa346fd5d77e12e3')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-07-20 Thread Kyle Keen via arch-commits
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
===
--- PKGBUILD2018-07-20 11:36:32 UTC (rev 362597)
+++ PKGBUILD2018-07-20 12:34:41 UTC (rev 362598)
@@ -1,23 +1,25 @@
-# $Id:
+# $Id$
 # Maintainer : Martin Wimpress 
 # Contributor: Kyle Keen 
 # Contributor: Ali Gündüz 
 
 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"


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

2018-05-07 Thread Kyle Keen via arch-commits
Date: Tuesday, May 8, 2018 @ 01:53:26
  Author: kkeen
Revision: 319494

upgpkg: ps_mem 3.11-1

Modified:
  ps_mem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-08 01:42:52 UTC (rev 319493)
+++ PKGBUILD2018-05-08 01:53:26 UTC (rev 319494)
@@ -4,7 +4,7 @@
 # Contributor: Ali Gündüz 
 
 pkgname=ps_mem
-pkgver=3.9
+pkgver=3.11
 pkgrel=1
 pkgdesc="List processes by memory usage"
 arch=('any')
@@ -13,7 +13,7 @@
 # Compatible with both Python 2.x and 3.x
 depends=('python')
 makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=f0891def54f1edb7;)
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=bfc18bf3d2af0e04;)
 md5sums=('SKIP')
 
 package() {


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

2017-07-19 Thread Kyle Keen
Date: Thursday, July 20, 2017 @ 03:10:53
  Author: kkeen
Revision: 245748

upgpkg: ps_mem 3.9-1

Modified:
  ps_mem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-19 22:49:18 UTC (rev 245747)
+++ PKGBUILD2017-07-20 03:10:53 UTC (rev 245748)
@@ -4,7 +4,7 @@
 # Contributor: Ali Gündüz 
 
 pkgname=ps_mem
-pkgver=3.8
+pkgver=3.9
 pkgrel=1
 pkgdesc="List processes by memory usage"
 arch=('any')
@@ -13,7 +13,7 @@
 # Compatible with both Python 2.x and 3.x
 depends=('python')
 makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22;)
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=f0891def54f1edb7;)
 md5sums=('SKIP')
 
 package() {


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

2016-07-09 Thread Antonio Rojas
Date: Saturday, July 9, 2016 @ 10:43:42
  Author: arojas
Revision: 182568

Update to 3.8

Modified:
  ps_mem/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-07-09 10:41:23 UTC (rev 182567)
+++ PKGBUILD2016-07-09 10:43:42 UTC (rev 182568)
@@ -4,7 +4,7 @@
 # Contributor: Ali Gündüz 
 
 pkgname=ps_mem
-pkgver=3.5
+pkgver=3.8
 pkgrel=1
 pkgdesc="List processes by memory usage"
 arch=('any')


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

2015-10-27 Thread Martin Wimpress
Date: Tuesday, October 27, 2015 @ 12:20:50
  Author: flexiondotorg
Revision: 145114

upgpkg: ps_mem 3.5-1 - New upstream release

Modified:
  ps_mem/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-27 11:04:56 UTC (rev 145113)
+++ PKGBUILD2015-10-27 11:20:50 UTC (rev 145114)
@@ -4,7 +4,7 @@
 # Contributor: Ali Gündüz 
 
 pkgname=ps_mem
-pkgver=3.3
+pkgver=3.5
 pkgrel=1
 pkgdesc="List processes by memory usage"
 arch=('any')
@@ -13,7 +13,7 @@
 # Compatible with both Python 2.x and 3.x
 depends=('python')
 makedepends=('git')
-source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=f5468ea646c0c351ac24d4d6570ed44ebbae28c6;)
+source=("${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=7e295aecfe4f83c7bbf02c0f4c78c198ad20db22;)
 md5sums=('SKIP')
 
 package() {


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

2014-07-22 Thread Martin Wimpress
Date: Tuesday, July 22, 2014 @ 14:00:21
  Author: flexiondotorg
Revision: 116099

upgpkg: ps_mem 3.3-1 - New upstream release.

Modified:
  ps_mem/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-22 11:51:54 UTC (rev 116098)
+++ PKGBUILD2014-07-22 12:00:21 UTC (rev 116099)
@@ -4,8 +4,8 @@
 # Contributor: Ali Gündüz gndz@gmail.com
 
 pkgname=ps_mem
-pkgver=3.2
-pkgrel=3
+pkgver=3.3
+pkgrel=1
 pkgdesc=List processes by memory usage
 arch=('any')
 url=http://www.pixelbeat.org/scripts/;
@@ -13,7 +13,7 @@
 # Compatible with both Python 2.x and 3.x
 depends=('python')
 makedepends=('git')
-source=(${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=8c5aa73e7998c35cdd7aeebda3cd40110951f746;)
+source=(${pkgname}::git+https://github.com/pixelb/${pkgname}.git#commit=f5468ea646c0c351ac24d4d6570ed44ebbae28c6;)
 md5sums=('SKIP')
 
 package() {