diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ | |||
1 | # Maintainer: Clayton Craft <clayton at craftyguy dot net> | 1 | # Maintainer: Clayton Craft <clayton at craftyguy dot net> |
2 | pkgname=py-spy | 2 | pkgname=py-spy |
3 | pkgver=0.1.8 | 3 | pkgver=0.1.8 |
4 | pkgrel=1 | 4 | pkgrel=2 |
5 | pkgdesc="Sampling profiler for Python programs" | 5 | pkgdesc="Sampling profiler for Python programs" |
6 | arch=('x86_64') | 6 | arch=('x86_64') |
7 | license=('GPL3') | 7 | license=('GPL3') |
8 | url="https://github.com/benfred/py-spy" | 8 | url="https://github.com/benfred/py-spy" |
9 | depends=('python' 'python-setuptools-rust' 'rust') | 9 | depends=() |
10 | makedepends=('rust' 'cargo') | 10 | makedepends=('rust' 'cargo') |
11 | provides=('py-spy') | 11 | provides=('py-spy') |
12 | conflicts=('py-spy') | 12 | conflicts=('py-spy') |