From 3a7688dada97f4c42058aff6b7c157bacf22f70b Mon Sep 17 00:00:00 2001 From: Jason Plum Date: Thu, 5 Jun 2014 17:14:38 -0400 Subject: [PATCH] aur/ps_mem is now in community --- aur/ps_mem/PKGBUILD | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 aur/ps_mem/PKGBUILD diff --git a/aur/ps_mem/PKGBUILD b/aur/ps_mem/PKGBUILD deleted file mode 100644 index 6741dc1c7..000000000 --- a/aur/ps_mem/PKGBUILD +++ /dev/null @@ -1,20 +0,0 @@ -# Maintainer: Kyle Keen -# Contributor: Ali Gündüz -pkgname=ps_mem -pkgver=3.2 -pkgrel=1 -pkgdesc="List processes by memory usage" -arch=('any') -url="http://www.pixelbeat.org/scripts/" -license=('GPL') -# compatible with both py2 and py3 -depends=('python') -#source=("https://raw.github.com/pixelb/scripts/master/scripts/$pkgname.py") -source=("http://www.pixelbeat.org/scripts/$pkgname.py") -md5sums=('e1a18bfd753914632c107d51c2a6b09f') - -package() { - cd "$srcdir" - install -Dm755 ps_mem.py "$pkgdir/usr/bin/$pkgname" -} -