summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-14 13:35:52 +1100
committerPumpkinCheshire2020-12-14 13:35:52 +1100
commit3b97787703c3fddf175f84c83ea413edae96b3f3 (patch)
treef7d61031b160ea59738c56d1ecede507603922e6 /PKGBUILD
parent2092738bb00dfd9bca6f3f89090e9a9c3a529525 (diff)
downloadaur-3b97787703c3fddf175f84c83ea413edae96b3f3.tar.gz
bump to 0.10.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b13f065389d..d405ad43259b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-viztracer
_name=viztracer
-pkgver=0.10.4
+pkgver=0.10.5
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=('ceb7464a3f25bffff675904ae5d66bb0b81188b2d21ec147aa32d1d4931b954f')
+sha256sums=('258c8775cb65620056141069f7c0c8ac8df33ab843f076d817611555e0b97fc2')
build() {
cd "$_name-$pkgver"