summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6bb2744d3967..514f8fabd361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
_name=mem_top
pkgname=python-mem_top
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
_commit="002f0b17d6e6e97e871fe43448939ce5eaba6afe"
arch=('any')
pkgdesc="Shows top suspects for memory leaks in your Python program"
url="https://pypi.python.org/pypi/mem_top"
license=("MIT")
depends=('python')
+makedepends=('git' 'python-setuptools')
source=(git+https://github.com/denis-ryzhkov/mem_top#commit=$_commit)
-md5sums=('SKIP')
+md5sums=('b4daf50bc87416b36f6156b789c595e2')
package() {