summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClayton Craft2019-09-23 19:21:40 -0700
committerClayton Craft2019-09-23 19:21:40 -0700
commit8942df160293b94c8e19d421bad793509af97e7a (patch)
tree505ce68540707fc56e4ff9f50476bc4344771825
parent9a1e71d9bfabd0e3af1d8f4cb66a82ee5f3f4398 (diff)
downloadaur-8942df160293b94c8e19d421bad793509af97e7a.tar.gz
Update to 0.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64076995e1bd..8e3089e53e8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = py-spy
pkgdesc = Sampling profiler for Python programs
- pkgver = 0.1.10
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/benfred/py-spy
arch = x86_64
license = GPL3
makedepends = rust
makedepends = cargo
- source = py-spy-0.1.10.tar.gz::https://github.com/benfred/py-spy/archive/v0.1.10.tar.gz
- sha512sums = 527aa93d88db3b6544b4a2fed7930198c2aa16e2aa4f4579478fdb36d367adc9ce82ca66ce31de5ddb9ce847ce22faf4ed0b8795d8ff518ac1aaa61c2382a008
+ source = py-spy-0.2.0.tar.gz::https://github.com/benfred/py-spy/archive/v0.2.0.tar.gz
+ sha512sums = 1c5a12de2f766df92a810a529fb1789d154a9dfe680b42c879b928be754387ec958f299cbf3a6e547c28e1534a9fcdad6f6a62991a0c0a58672c13a7b8998a10
pkgname = py-spy
diff --git a/PKGBUILD b/PKGBUILD
index 2c1763cd2281..d9fb47e1d948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Clayton Craft <clayton at craftyguy dot net>
pkgname=py-spy
-pkgver=0.1.10
+pkgver=0.2.0
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')
source=("$pkgname-$pkgver.tar.gz::https://github.com/benfred/py-spy/archive/v$pkgver.tar.gz")
-sha512sums=('527aa93d88db3b6544b4a2fed7930198c2aa16e2aa4f4579478fdb36d367adc9ce82ca66ce31de5ddb9ce847ce22faf4ed0b8795d8ff518ac1aaa61c2382a008')
+sha512sums=('1c5a12de2f766df92a810a529fb1789d154a9dfe680b42c879b928be754387ec958f299cbf3a6e547c28e1534a9fcdad6f6a62991a0c0a58672c13a7b8998a10')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"