summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-11-13 16:15:56 +0800
committerlilac2021-11-13 16:15:56 +0800
commit6a942884f8cda858f6a22ce92d9d36e2567514d3 (patch)
treeea932faab6a9aa7768846972b24eb5096f8c2dce
parent9fd7e52edd70b90f60a895784eb33b0f0add002e (diff)
downloadpackages-6a942884f8cda858f6a22ce92d9d36e2567514d3.tar.gz
packages-6a942884f8cda858f6a22ce92d9d36e2567514d3.tar.bz2
packages-6a942884f8cda858f6a22ce92d9d36e2567514d3.zip
[lilac] updated to 0.3.11-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc495f..a4087b9 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.10 3 pkgver = 0.3.11
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,7 +8,7 @@ pkgbase = py-spy
8 makedepends = rust 8 makedepends = rust
9 makedepends = cargo 9 makedepends = cargo
10 makedepends = libunwind 10 makedepends = libunwind
11 source = https://files.pythonhosted.org/packages/source/p/py_spy/py_spy-0.3.10.tar.gz 11 source = https://files.pythonhosted.org/packages/source/p/py_spy/py_spy-0.3.11.tar.gz
12 sha512sums = c3ddeffe645b6f04ed9384bcb349d215db21c9011842b3a1f09ec727e8f0724d0e270a2a31a7a3f94a3f4d91bef90a498a248e70472fdf72e148835c89417bc0 12 sha512sums = 891ab9f2b89e011ada12ad40e13503ef3bdaafb72f92a34d7ccd41a6275122f427dabdc6017baeecdb37fa33561843b827c756ae9518becb4fbe34a17af153c2
13 13
14pkgname = py-spy 14pkgname = py-spy
diff --git a/PKGBUILD b/PKGBUILD
index b178428..93027f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
2# Contributor: Clayton Craft <clayton@craftyguy.net> 2# Contributor: Clayton Craft <clayton@craftyguy.net>
3_name=py_spy 3_name=py_spy
4pkgname=py-spy 4pkgname=py-spy
5pkgver=0.3.10 5pkgver=0.3.11
6pkgrel=1 6pkgrel=1
7pkgdesc="Sampling profiler for Python programs" 7pkgdesc="Sampling profiler for Python programs"
8arch=('x86_64') 8arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
10url="https://github.com/benfred/py-spy" 10url="https://github.com/benfred/py-spy"
11makedepends=('rust' 'cargo' 'libunwind') 11makedepends=('rust' 'cargo' 'libunwind')
12source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") 12source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
13sha512sums=('c3ddeffe645b6f04ed9384bcb349d215db21c9011842b3a1f09ec727e8f0724d0e270a2a31a7a3f94a3f4d91bef90a498a248e70472fdf72e148835c89417bc0') 13sha512sums=('891ab9f2b89e011ada12ad40e13503ef3bdaafb72f92a34d7ccd41a6275122f427dabdc6017baeecdb37fa33561843b827c756ae9518becb4fbe34a17af153c2')
14 14
15build() { 15build() {
16 cd "${srcdir}/${_name}-${pkgver}" 16 cd "${srcdir}/${_name}-${pkgver}"