summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarrat2024-04-30 00:19:44 +0200
committerNarrat2024-04-30 00:20:59 +0200
commitc8a5f3a3dfbecf2cad5fd660a5a0595a8e384fc4 (patch)
treeea14d99bfe7b62f656aec548c0f33838d6b682ac
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
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a079a56832d1..6664ddc7d5d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
pkgbase = python-mem_top
pkgdesc = Shows top suspects for memory leaks in your Python program
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.python.org/pypi/mem_top
arch = any
license = MIT
+ makedepends = git
+ makedepends = python-setuptools
depends = python
source = git+https://github.com/denis-ryzhkov/mem_top#commit=002f0b17d6e6e97e871fe43448939ce5eaba6afe
- md5sums = SKIP
+ md5sums = b4daf50bc87416b36f6156b789c595e2
pkgname = python-mem_top
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() {