summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 09:30:00 +1100
committerPumpkinCheshire2020-12-04 09:30:00 +1100
commit08c6ba9f696d2f2380c873d5893f5fe2cf6a60cd (patch)
tree6fb676ecd52a0a07a8e11d681331e34dfd46f4b9
parent9a01c35205f0807af9304103d0d3cce983e59d30 (diff)
downloadaur-08c6ba9f696d2f2380c873d5893f5fe2cf6a60cd.tar.gz
bump to 0.10.4
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36a0fbad03ae..1b13f065389d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-viztracer
_name=viztracer
-pkgver=0.10.2
+pkgver=0.10.4
pkgrel=1
pkgdesc='VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution.'
arch=('x86_64')
@@ -14,7 +14,7 @@ optdepends=('python-rich: Full function support'
'python-orjson: Full function support'
'chromium: browser to open html results')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('8bba6cad26546766fc5f04f263eee945ad93ee301131202bca923d6d7bdd78b1')
+sha256sums=('ceb7464a3f25bffff675904ae5d66bb0b81188b2d21ec147aa32d1d4931b954f')
build() {
cd "$_name-$pkgver"