summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2022-07-31 20:03:01 +0200
committerNarrat2022-07-31 20:03:01 +0200
commit411583938d902e67445aaae8a39fb48ac71879f9 (patch)
tree18390d91906fcab0bb40d4a05f734860e1c34c4b
parent45dd84ef99155ad4ccbba5b2fe5734bace5b81bd (diff)
downloadaur-411583938d902e67445aaae8a39fb48ac71879f9.tar.gz
mem_top: update to 0.2.1
-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')