diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,15 +1,15 @@ | |||
1 | # Maintainer: lilydjwg <lilydjwg@gmail.com> | 1 | # Maintainer: lilydjwg <lilydjwg@gmail.com> |
2 | # Contributor: Clayton Craft <clayton@craftyguy.net> | 2 | # Contributor: Clayton Craft <clayton@craftyguy.net> |
3 | pkgname=py-spy | 3 | pkgname=py-spy |
4 | pkgver=0.3.13 | 4 | pkgver=0.3.14 |
5 | pkgrel=2 | 5 | pkgrel=1 |
6 | pkgdesc="Sampling profiler for Python programs" | 6 | pkgdesc="Sampling profiler for Python programs" |
7 | arch=('x86_64') | 7 | arch=('x86_64') |
8 | license=('GPL3') | 8 | license=('GPL3') |
9 | url="https://github.com/benfred/py-spy" | 9 | url="https://github.com/benfred/py-spy" |
10 | makedepends=('rust' 'cargo' 'libunwind') | 10 | makedepends=('rust' 'cargo' 'libunwind') |
11 | source=("https://github.com/benfred/py-spy/archive/refs/tags/v${pkgver}.tar.gz") | 11 | source=("https://github.com/benfred/py-spy/archive/refs/tags/v${pkgver}.tar.gz") |
12 | sha512sums=('83d4f76672002edf8189ed2917046cfea035c9e6a24b4e25eb04614340c361b459e44ec2edd658969a629743953791f880ce3728e93e732793e6815932d38838') | 12 | sha512sums=('f079b002248a033eac3b93723fd267e6cbdb415ac3172ace0d14eb9cd87a1e4adf471eeec641f9644abe8a4fab43b48db7440b4b1242ea18e02bcc574104d303') |
13 | 13 | ||
14 | build() { | 14 | build() { |
15 | cd "${srcdir}/${pkgname}-${pkgver}" | 15 | cd "${srcdir}/${pkgname}-${pkgver}" |