diff options
author | lilac | 2022-05-17 14:19:57 +0800 |
---|---|---|
committer | lilac | 2022-05-17 14:19:57 +0800 |
commit | 1cb8d4d8b94fe54d99f9625665c367cb6d3d3325 (patch) | |
tree | bbcbf4ba5ddeec14593f1354176e0d484cf7a890 | |
parent | 6a942884f8cda858f6a22ce92d9d36e2567514d3 (diff) | |
download | packages-1cb8d4d8b94fe54d99f9625665c367cb6d3d3325.tar.gz packages-1cb8d4d8b94fe54d99f9625665c367cb6d3d3325.tar.bz2 packages-1cb8d4d8b94fe54d99f9625665c367cb6d3d3325.zip |
[lilac] updated to 0.3.12-1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ | |||
1 | pkgbase = py-spy | 1 | pkgbase = 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 | ||
14 | pkgname = py-spy | 14 | pkgname = py-spy |
@@ -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 |
4 | pkgname=py-spy | 4 | pkgname=py-spy |
5 | pkgver=0.3.11 | 5 | pkgver=0.3.12 |
6 | pkgrel=1 | 6 | pkgrel=1 |
7 | pkgdesc="Sampling profiler for Python programs" | 7 | pkgdesc="Sampling profiler for Python programs" |
8 | arch=('x86_64') | 8 | arch=('x86_64') |
@@ -10,7 +10,7 @@ license=('GPL3') | |||
10 | url="https://github.com/benfred/py-spy" | 10 | url="https://github.com/benfred/py-spy" |
11 | makedepends=('rust' 'cargo' 'libunwind') | 11 | makedepends=('rust' 'cargo' 'libunwind') |
12 | source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") | 12 | source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz") |
13 | sha512sums=('891ab9f2b89e011ada12ad40e13503ef3bdaafb72f92a34d7ccd41a6275122f427dabdc6017baeecdb37fa33561843b827c756ae9518becb4fbe34a17af153c2') | 13 | sha512sums=('4583de4ccfbb2db1a74a00c98ed90b2d1a5b57700ee00937bb18d3da8e9101b49480e558248acfcb03892158c74d4f6a1f965289070f6a4a8ad8ceda09e304cb') |
14 | 14 | ||
15 | build() { | 15 | build() { |
16 | cd "${srcdir}/${_name}-${pkgver}" | 16 | cd "${srcdir}/${_name}-${pkgver}" |