summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 832ed3b..d9f2c6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
1# Maintainer: Clayton Craft <clayton at craftyguy dot net> 1# Maintainer: Clayton Craft <clayton at craftyguy dot net>
2pkgname=py-spy 2pkgname=py-spy
3pkgver=0.3.0 3pkgver=0.3.1
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=('54098d158c74e66aed7f5f39da9cae21cbf984edcca1ef79e70e5f47293a67c0197274f28a9f66398bc0f05b5f238939b9cad8a0603f7792ed46148d59041270') 11sha512sums=('79c6eb70e7b003183587debd69f6399b5e2dda598e8e1c235905d3843637427dd8b145de13228bf67cadc89a5bc249ff7184e464ccd88ad4c5b0be4fec687115')
12 12
13build() { 13build() {
14 cd "${srcdir}/${pkgname}-${pkgver}" 14 cd "${srcdir}/${pkgname}-${pkgver}"