summaryrefslogtreecommitdiffstats
path: root/py-spy/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'py-spy/PKGBUILD')
-rw-r--r--py-spy/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/py-spy/PKGBUILD b/py-spy/PKGBUILD
index c2c83fa..1ebb3ac 100644
--- a/py-spy/PKGBUILD
+++ b/py-spy/PKGBUILD
@@ -3,7 +3,7 @@
3# Contributor: Clayton Craft <clayton@craftyguy.net> 3# Contributor: Clayton Craft <clayton@craftyguy.net>
4 4
5pkgname=py-spy 5pkgname=py-spy
6pkgver=0.4.1 6pkgver=0.4.2
7pkgrel=1 7pkgrel=1
8pkgdesc="Sampling profiler for Python programs" 8pkgdesc="Sampling profiler for Python programs"
9arch=('x86_64') 9arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
11url="https://github.com/benfred/py-spy" 11url="https://github.com/benfred/py-spy"
12makedepends=('rust' 'cargo' 'libunwind') 12makedepends=('rust' 'cargo' 'libunwind')
13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz") 13source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
14sha256sums=('6abc303d4e2db30d472997838f83d547a990df7747e1d327249a757863ee9225') 14sha256sums=('ecf8d945f63b172126abcd68e21f3e5f250498cb774d88247d80a6f2cacdb998')
15 15
16prepare() { 16prepare() {
17 cd "${pkgname}-${pkgver}" 17 cd "${pkgname}-${pkgver}"