diff options
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,15 +1,14 @@ | |||
1 | pkgbase = py-spy | 1 | pkgbase = py-spy |
2 | pkgdesc = Sampling profiler for Python programs | 2 | pkgdesc = Sampling profiler for Python programs |
3 | pkgver = 0.3.7 | 3 | pkgver = 0.3.10 |
4 | pkgrel = 0 | 4 | pkgrel = 1 |
5 | url = https://github.com/benfred/py-spy | 5 | url = https://github.com/benfred/py-spy |
6 | arch = x86_64 | 6 | arch = x86_64 |
7 | license = GPL3 | 7 | license = GPL3 |
8 | makedepends = rust | 8 | makedepends = rust |
9 | makedepends = cargo | 9 | makedepends = cargo |
10 | makedepends = libunwind | 10 | makedepends = libunwind |
11 | source = py-spy-0.3.7.tar.gz::https://github.com/benfred/py-spy/archive/v0.3.7.tar.gz | 11 | source = https://files.pythonhosted.org/packages/source/p/py_spy/py_spy-0.3.10.tar.gz |
12 | sha512sums = 94c1f22a0d6c5771b11ea911ba338fba5445d296b1a7c6353b59f44cacdce676b0b224b36a059b952a967f6688ab827e5ff7dd0a671e01a6e9c45274cde0a98d | 12 | sha512sums = c3ddeffe645b6f04ed9384bcb349d215db21c9011842b3a1f09ec727e8f0724d0e270a2a31a7a3f94a3f4d91bef90a498a248e70472fdf72e148835c89417bc0 |
13 | 13 | ||
14 | pkgname = py-spy | 14 | pkgname = py-spy |
15 | |||