summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClayton Craft2019-12-09 00:25:07 -0800
committerClayton Craft2019-12-09 00:25:07 -0800
commit41ca75d698c7f5c13fd43286bc53f4ce12994622 (patch)
tree3fed47a3e1458126b316fdec1aefcb216af49155
parent833c52e40131d4722e9496ca0a0163c9e82dd3bf (diff)
downloadaur-41ca75d698c7f5c13fd43286bc53f4ce12994622.tar.gz
Update to 0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18f1888645df..7d4191b0935d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = py-spy
pkgdesc = Sampling profiler for Python programs
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/benfred/py-spy
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = py-spy
makedepends = rust
makedepends = cargo
makedepends = libunwind
- source = py-spy-0.3.0.tar.gz::https://github.com/benfred/py-spy/archive/v0.3.0.tar.gz
- sha512sums = 54098d158c74e66aed7f5f39da9cae21cbf984edcca1ef79e70e5f47293a67c0197274f28a9f66398bc0f05b5f238939b9cad8a0603f7792ed46148d59041270
+ source = py-spy-0.3.1.tar.gz::https://github.com/benfred/py-spy/archive/v0.3.1.tar.gz
+ sha512sums = 79c6eb70e7b003183587debd69f6399b5e2dda598e8e1c235905d3843637427dd8b145de13228bf67cadc89a5bc249ff7184e464ccd88ad4c5b0be4fec687115
pkgname = py-spy
diff --git a/PKGBUILD b/PKGBUILD
index 832ed3b19a81..d9f2c6abce54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Clayton Craft <clayton at craftyguy dot net>
pkgname=py-spy
-pkgver=0.3.0
+pkgver=0.3.1
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=('54098d158c74e66aed7f5f39da9cae21cbf984edcca1ef79e70e5f47293a67c0197274f28a9f66398bc0f05b5f238939b9cad8a0603f7792ed46148d59041270')
+sha512sums=('79c6eb70e7b003183587debd69f6399b5e2dda598e8e1c235905d3843637427dd8b145de13228bf67cadc89a5bc249ff7184e464ccd88ad4c5b0be4fec687115')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"