summaryrefslogtreecommitdiffstats
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)
downloadpackages-8942df160293b94c8e19d421bad793509af97e7a.tar.gz
packages-8942df160293b94c8e19d421bad793509af97e7a.tar.bz2
packages-8942df160293b94c8e19d421bad793509af97e7a.zip
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 6407699..8e3089e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
1pkgbase = py-spy 1pkgbase = py-spy
2 pkgdesc = Sampling profiler for Python programs 2 pkgdesc = Sampling profiler for Python programs
3 pkgver = 0.1.10 3 pkgver = 0.2.0
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
7 license = GPL3 7 license = GPL3
8 makedepends = rust 8 makedepends = rust
9 makedepends = cargo 9 makedepends = cargo
10 source = py-spy-0.1.10.tar.gz::https://github.com/benfred/py-spy/archive/v0.1.10.tar.gz 10 source = py-spy-0.2.0.tar.gz::https://github.com/benfred/py-spy/archive/v0.2.0.tar.gz
11 sha512sums = 527aa93d88db3b6544b4a2fed7930198c2aa16e2aa4f4579478fdb36d367adc9ce82ca66ce31de5ddb9ce847ce22faf4ed0b8795d8ff518ac1aaa61c2382a008 11 sha512sums = 1c5a12de2f766df92a810a529fb1789d154a9dfe680b42c879b928be754387ec958f299cbf3a6e547c28e1534a9fcdad6f6a62991a0c0a58672c13a7b8998a10
12 12
13pkgname = py-spy 13pkgname = py-spy
14 14
diff --git a/PKGBUILD b/PKGBUILD
index 2c1763c..d9fb47e 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.1.10 3pkgver=0.2.0
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') 9makedepends=('rust' 'cargo')
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=('527aa93d88db3b6544b4a2fed7930198c2aa16e2aa4f4579478fdb36d367adc9ce82ca66ce31de5ddb9ce847ce22faf4ed0b8795d8ff518ac1aaa61c2382a008') 11sha512sums=('1c5a12de2f766df92a810a529fb1789d154a9dfe680b42c879b928be754387ec958f299cbf3a6e547c28e1534a9fcdad6f6a62991a0c0a58672c13a7b8998a10')
12 12
13build() { 13build() {
14 cd "${srcdir}/${pkgname}-${pkgver}" 14 cd "${srcdir}/${pkgname}-${pkgver}"