summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlilac2021-11-13 16:15:56 +0800
committerlilac2021-11-13 16:15:56 +0800
commit6a942884f8cda858f6a22ce92d9d36e2567514d3 (patch)
treeea932faab6a9aa7768846972b24eb5096f8c2dce /PKGBUILD
parent9fd7e52edd70b90f60a895784eb33b0f0add002e (diff)
downloadaur-6a942884f8cda858f6a22ce92d9d36e2567514d3.tar.gz
[lilac] updated to 0.3.11-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b178428c33b7..93027f6c13af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Clayton Craft <clayton@craftyguy.net>
_name=py_spy
pkgname=py-spy
-pkgver=0.3.10
+pkgver=0.3.11
pkgrel=1
pkgdesc="Sampling profiler for Python programs"
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
url="https://github.com/benfred/py-spy"
makedepends=('rust' 'cargo' 'libunwind')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha512sums=('c3ddeffe645b6f04ed9384bcb349d215db21c9011842b3a1f09ec727e8f0724d0e270a2a31a7a3f94a3f4d91bef90a498a248e70472fdf72e148835c89417bc0')
+sha512sums=('891ab9f2b89e011ada12ad40e13503ef3bdaafb72f92a34d7ccd41a6275122f427dabdc6017baeecdb37fa33561843b827c756ae9518becb4fbe34a17af153c2')
build() {
cd "${srcdir}/${_name}-${pkgver}"