summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1e47a7e865e..a079a56832d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-mem_top
pkgdesc = Shows top suspects for memory leaks in your Python program
- pkgver = 0.1.7
+ pkgver = 0.2.1
pkgrel = 1
url = https://pypi.python.org/pypi/mem_top
arch = any
license = MIT
depends = python
- source = git+https://github.com/denis-ryzhkov/mem_top#commit=037c1281
+ source = git+https://github.com/denis-ryzhkov/mem_top#commit=002f0b17d6e6e97e871fe43448939ce5eaba6afe
md5sums = SKIP
pkgname = python-mem_top
-
diff --git a/PKGBUILD b/PKGBUILD
index 3a171dd22141..6bb2744d3967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
_name=mem_top
pkgname=python-mem_top
-pkgver=0.1.7
+pkgver=0.2.1
pkgrel=1
+_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')
-source=(git+https://github.com/denis-ryzhkov/mem_top#commit=037c1281)
+source=(git+https://github.com/denis-ryzhkov/mem_top#commit=$_commit)
md5sums=('SKIP')