summarylogtreecommitdiffstats
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 fa43100dc872..e1718f295f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Clayton Craft <clayton at craftyguy dot net>
pkgname=py-spy
-pkgver=0.2.1
+pkgver=0.2.2
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=('eb7ce7bce8facd504ca38bda6d3d1d92ef1b9f6b17dc85f17ea7c32cc09f2aea78d0f3a3f08bc08ff70ba98b77ee70db94613d0fe9555bff82f59101c0fc2016')
+sha512sums=('6a38804e6a683410137bbfb8f485e5826bf80f1f5a4bff4e84c9dd6d2a3a548d8339ad59ab4409f91c0b028bd36a9b3967c8bb11bda1787741882455d0504723')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"