summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02dca3d..3534b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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>
3pkgname=py-spy 3pkgname=py-spy
4pkgver=0.3.13 4pkgver=0.3.14
5pkgrel=2 5pkgrel=1
6pkgdesc="Sampling profiler for Python programs" 6pkgdesc="Sampling profiler for Python programs"
7arch=('x86_64') 7arch=('x86_64')
8license=('GPL3') 8license=('GPL3')
9url="https://github.com/benfred/py-spy" 9url="https://github.com/benfred/py-spy"
10makedepends=('rust' 'cargo' 'libunwind') 10makedepends=('rust' 'cargo' 'libunwind')
11source=("https://github.com/benfred/py-spy/archive/refs/tags/v${pkgver}.tar.gz") 11source=("https://github.com/benfred/py-spy/archive/refs/tags/v${pkgver}.tar.gz")
12sha512sums=('83d4f76672002edf8189ed2917046cfea035c9e6a24b4e25eb04614340c361b459e44ec2edd658969a629743953791f880ce3728e93e732793e6815932d38838') 12sha512sums=('f079b002248a033eac3b93723fd267e6cbdb415ac3172ace0d14eb9cd87a1e4adf471eeec641f9644abe8a4fab43b48db7440b4b1242ea18e02bcc574104d303')
13 13
14build() { 14build() {
15 cd "${srcdir}/${pkgname}-${pkgver}" 15 cd "${srcdir}/${pkgname}-${pkgver}"