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 b80da50..916edec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Clayton Craft <clayton at craftyguy dot net> 1# Maintainer: Clayton Craft <clayton@craftyguy.net>
2pkgname=py-spy 2pkgname=py-spy
3pkgver=0.3.3 3pkgver=0.3.4
4pkgrel=1 4pkgrel=1
5pkgdesc="Sampling profiler for Python programs" 5pkgdesc="Sampling profiler for Python programs"
6arch=('x86_64') 6arch=('x86_64')
@@ -8,7 +8,7 @@ license=('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=('e23101fcd70330874305022316695b9ca64928cf12735cd19ec2b44ce9a9d9a8d93fe9e9ac1c877977fa307116059b7de6fe7b0f37a5e6ffcc284c5d093f420f') 11sha512sums=('471547eadeaf6fef5d2a6a36db0b6e01a70ce2eb82ac3e82b0f6242162916172ddc9865daced7de20104d693e24b23cd8b3f545d9977eba09bbe68f715e9622c')
12 12
13build() { 13build() {
14 cd "${srcdir}/${pkgname}-${pkgver}" 14 cd "${srcdir}/${pkgname}-${pkgver}"