diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@ | |||
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.2.0 | 3 | pkgver=0.2.1 |
4 | pkgrel=1 | 4 | pkgrel=1 |
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 | makedepends=('rust' 'cargo') | 9 | makedepends=('rust' 'cargo' 'libunwind') |
10 | source=("$pkgname-$pkgver.tar.gz::https://github.com/benfred/py-spy/archive/v$pkgver.tar.gz") | 10 | source=("$pkgname-$pkgver.tar.gz::https://github.com/benfred/py-spy/archive/v$pkgver.tar.gz") |
11 | sha512sums=('1c5a12de2f766df92a810a529fb1789d154a9dfe680b42c879b928be754387ec958f299cbf3a6e547c28e1534a9fcdad6f6a62991a0c0a58672c13a7b8998a10') | 11 | sha512sums=('eb7ce7bce8facd504ca38bda6d3d1d92ef1b9f6b17dc85f17ea7c32cc09f2aea78d0f3a3f08bc08ff70ba98b77ee70db94613d0fe9555bff82f59101c0fc2016') |
12 | 12 | ||
13 | build() { | 13 | build() { |
14 | cd "${srcdir}/${pkgname}-${pkgver}" | 14 | cd "${srcdir}/${pkgname}-${pkgver}" |