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 916edec..f6b74a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
1# Maintainer: Clayton Craft <clayton@craftyguy.net> 1# Maintainer: Clayton Craft <clayton@craftyguy.net>
2pkgname=py-spy 2pkgname=py-spy
3pkgver=0.3.4 3pkgver=0.3.7
4pkgrel=1 4pkgrel=0
5pkgdesc="Sampling profiler for Python programs" 5pkgdesc="Sampling profiler for Python programs"
6arch=('x86_64') 6arch=('x86_64')
7license=('GPL3') 7license=('GPL3')
8url="https://github.com/benfred/py-spy" 8url="https://github.com/benfred/py-spy"
9makedepends=('rust' 'cargo' 'libunwind') 9makedepends=('rust' 'cargo' 'libunwind')
10source=("$pkgname-$pkgver.tar.gz::https://github.com/benfred/py-spy/archive/v$pkgver.tar.gz") 10source=("$pkgname-$pkgver.tar.gz::https://github.com/benfred/py-spy/archive/v$pkgver.tar.gz")
11sha512sums=('471547eadeaf6fef5d2a6a36db0b6e01a70ce2eb82ac3e82b0f6242162916172ddc9865daced7de20104d693e24b23cd8b3f545d9977eba09bbe68f715e9622c') 11sha512sums=('94c1f22a0d6c5771b11ea911ba338fba5445d296b1a7c6353b59f44cacdce676b0b224b36a059b952a967f6688ab827e5ff7dd0a671e01a6e9c45274cde0a98d')
12 12
13build() { 13build() {
14 cd "${srcdir}/${pkgname}-${pkgver}" 14 cd "${srcdir}/${pkgname}-${pkgver}"