summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-05-17 16:41:51 +0800
committerPumpkinCheshire2021-05-17 16:41:51 +0800
commit811b98d860e751d3ebfeb676729b41f0b8bf7cbd (patch)
tree652c899f29cf489daa568e506e92762fdd450c38
parent0f85b343e06e6a85e366601e32d694338916cfba (diff)
downloadaur-811b98d860e751d3ebfeb676729b41f0b8bf7cbd.tar.gz
bump to 0.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20e8659d51e4..7e1b8dfd0b3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-viztracer
pkgdesc = VizTracer is a low-overhead logging/debugging/profiling tool that can trace and visualize your python code execution.
- pkgver = 0.12.3
+ pkgver = 0.13.0
pkgrel = 1
url = https://github.com/gaogaotiantian/viztracer
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = python-viztracer
optdepends = python-rich: Full function support
optdepends = python-orjson: Full function support
optdepends = chromium: browser to open html results
- source = https://files.pythonhosted.org/packages/source/v/viztracer/viztracer-0.12.3.tar.gz
- sha256sums = 64488c3b6a15121fe5b109dd7a5b20bed9e87a7cc41a911c48c453eaf8a59d96
+ source = https://files.pythonhosted.org/packages/source/v/viztracer/viztracer-0.13.0.tar.gz
+ sha256sums = 1eb76bc74e0a11d494666bda3253618cdfeffbd42959d7f730b5e62025ca0c2a
pkgname = python-viztracer
diff --git a/PKGBUILD b/PKGBUILD
index 95b0441faa7c..5795b0c42575 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-viztracer
_name=viztracer
-pkgver=0.12.3
+pkgver=0.13.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=('64488c3b6a15121fe5b109dd7a5b20bed9e87a7cc41a911c48c453eaf8a59d96')
+sha256sums=('1eb76bc74e0a11d494666bda3253618cdfeffbd42959d7f730b5e62025ca0c2a')
build() {
cd "$_name-$pkgver"