summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClayton Craft2021-05-17 10:38:14 -0700
committerClayton Craft2021-05-17 10:38:22 -0700
commita38518f472788d3b54f51452e7800019af591d3c (patch)
tree19bd28eaf844c293cd36af51265152120e4843af /PKGBUILD
parent9ab506efcea05a7b92487ee61abb4b0deb7b85da (diff)
downloadpackages-a38518f472788d3b54f51452e7800019af591d3c.tar.gz
packages-a38518f472788d3b54f51452e7800019af591d3c.tar.bz2
packages-a38518f472788d3b54f51452e7800019af591d3c.zip
Update to 0.3.7
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 <[email protected]> 1# Maintainer: Clayton Craft <[email protected]>
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}"