summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPumpkinCheshire2021-02-24 22:24:57 +0800
committerPumpkinCheshire2021-02-24 22:24:57 +0800
commit56bd7f4df86caca93755ce6661498f9847085a5b (patch)
tree5acbb9633685113413a503bfc3646f6076342919 /PKGBUILD
parentd38fe64d052f01a7507b48494f54db89cf9a88fb (diff)
downloadaur-56bd7f4df86caca93755ce6661498f9847085a5b.tar.gz
bump to 0.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 068c3995c6cc..12071f3b4a97 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-viztracer
_name=viztracer
-pkgver=0.11.4
+pkgver=0.12.0
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=('b8fdb7ef99f74e12697b54fc9edaf690ef9e8d7cb0e6cc28aa841e2390a4e29c')
+sha256sums=('ca3b3ba09d9a943d4b6dd86b1357c439096d7f9203e56981cb3ac5a0ccc181e2')
build() {
cd "$_name-$pkgver"