summaryrefslogtreecommitdiffstats
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)
downloadpackages-41ca75d698c7f5c13fd43286bc53f4ce12994622.tar.gz
packages-41ca75d698c7f5c13fd43286bc53f4ce12994622.tar.bz2
packages-41ca75d698c7f5c13fd43286bc53f4ce12994622.zip
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 18f1888..7d4191b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
1pkgbase = py-spy 1pkgbase = py-spy
2 pkgdesc = Sampling profiler for Python programs 2 pkgdesc = Sampling profiler for Python programs
3 pkgver = 0.3.0 3 pkgver = 0.3.1
4 pkgrel = 1 4 pkgrel = 1
5 url = https://github.com/benfred/py-spy 5 url = https://github.com/benfred/py-spy
6 arch = x86_64 6 arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = py-spy
8 makedepends = rust 8 makedepends = rust
9 makedepends = cargo 9 makedepends = cargo
10 makedepends = libunwind 10 makedepends = libunwind
11 source = py-spy-0.3.0.tar.gz::https://github.com/benfred/py-spy/archive/v0.3.0.tar.gz 11 source = py-spy-0.3.1.tar.gz::https://github.com/benfred/py-spy/archive/v0.3.1.tar.gz
12 sha512sums = 54098d158c74e66aed7f5f39da9cae21cbf984edcca1ef79e70e5f47293a67c0197274f28a9f66398bc0f05b5f238939b9cad8a0603f7792ed46148d59041270 12 sha512sums = 79c6eb70e7b003183587debd69f6399b5e2dda598e8e1c235905d3843637427dd8b145de13228bf67cadc89a5bc249ff7184e464ccd88ad4c5b0be4fec687115
13 13
14pkgname = py-spy 14pkgname = py-spy
15 15
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}"