summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2024-04-30 00:19:44 +0200
committerNarrat2024-04-30 00:20:59 +0200
commitc8a5f3a3dfbecf2cad5fd660a5a0595a8e384fc4 (patch)
treeea14d99bfe7b62f656aec548c0f33838d6b682ac /PKGBUILD
parent411583938d902e67445aaae8a39fb48ac71879f9 (diff)
downloadaur-python-mem_top.tar.gz
python-mem_top: add missing makedeps
git was forgotten after switching away from pypi. And setuptools is needed as of python 3.12
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() {