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 =================================================================== --- PKGBUILD 2017-07-19 22:49:18 UTC (rev 245747) +++ PKGBUILD 2017-07-20 03:10:53 UTC (rev 245748) @@ -4,7 +4,7 @@ # Contributor: Ali Gündüz <gndz....@gmail.com> 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() {