summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClayton Craft2020-03-03 18:23:37 -0800
committerClayton Craft2020-03-03 18:23:37 -0800
commit3d80d67c8dd97cfd181b58f62e701ee96c089bb3 (patch)
tree2f6f17a28b1c130bf5185ba62fc1fc3d803c0288 /PKGBUILD
parent41ca75d698c7f5c13fd43286bc53f4ce12994622 (diff)
downloadaur-3d80d67c8dd97cfd181b58f62e701ee96c089bb3.tar.gz
Update to 0.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9f2c6abce54..b80da50209e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Clayton Craft <clayton at craftyguy dot net>
pkgname=py-spy
-pkgver=0.3.1
+pkgver=0.3.3
pkgrel=1
pkgdesc="Sampling profiler for Python programs"
arch=('x86_64')
@@ -8,7 +8,7 @@ license=('GPL3')
url="https://github.com/benfred/py-spy"
makedepends=('rust' 'cargo' 'libunwind')
source=("$pkgname-$pkgver.tar.gz::https://github.com/benfred/py-spy/archive/v$pkgver.tar.gz")
-sha512sums=('79c6eb70e7b003183587debd69f6399b5e2dda598e8e1c235905d3843637427dd8b145de13228bf67cadc89a5bc249ff7184e464ccd88ad4c5b0be4fec687115')
+sha512sums=('e23101fcd70330874305022316695b9ca64928cf12735cd19ec2b44ce9a9d9a8d93fe9e9ac1c877977fa307116059b7de6fe7b0f37a5e6ffcc284c5d093f420f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"