summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2022-05-17 14:19:57 +0800
committerlilac2022-05-17 14:19:57 +0800
commit1cb8d4d8b94fe54d99f9625665c367cb6d3d3325 (patch)
treebbcbf4ba5ddeec14593f1354176e0d484cf7a890
parent6a942884f8cda858f6a22ce92d9d36e2567514d3 (diff)
downloadpackages-1cb8d4d8b94fe54d99f9625665c367cb6d3d3325.tar.gz
packages-1cb8d4d8b94fe54d99f9625665c367cb6d3d3325.tar.bz2
packages-1cb8d4d8b94fe54d99f9625665c367cb6d3d3325.zip
[lilac] updated to 0.3.12-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4087b9..2c9e230 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.11 3 pkgver = 0.3.12
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.11.tar.gz 11 source = https://files.pythonhosted.org/packages/source/p/py_spy/py_spy-0.3.12.tar.gz
12 sha512sums = 891ab9f2b89e011ada12ad40e13503ef3bdaafb72f92a34d7ccd41a6275122f427dabdc6017baeecdb37fa33561843b827c756ae9518becb4fbe34a17af153c2 12 sha512sums = 4583de4ccfbb2db1a74a00c98ed90b2d1a5b57700ee00937bb18d3da8e9101b49480e558248acfcb03892158c74d4f6a1f965289070f6a4a8ad8ceda09e304cb
13 13
14pkgname = py-spy 14pkgname = py-spy
diff --git a/PKGBUILD b/PKGBUILD
index 93027f6..0ac8b16 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.11 5pkgver=0.3.12
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=('891ab9f2b89e011ada12ad40e13503ef3bdaafb72f92a34d7ccd41a6275122f427dabdc6017baeecdb37fa33561843b827c756ae9518becb4fbe34a17af153c2') 13sha512sums=('4583de4ccfbb2db1a74a00c98ed90b2d1a5b57700ee00937bb18d3da8e9101b49480e558248acfcb03892158c74d4f6a1f965289070f6a4a8ad8ceda09e304cb')
14 14
15build() { 15build() {
16 cd "${srcdir}/${_name}-${pkgver}" 16 cd "${srcdir}/${_name}-${pkgver}"