summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-11-15 12:20:36 +1100
committerPumpkinCheshire2020-11-15 12:20:36 +1100
commit1c9fa2450c250f3a4f7240e43315759ff2380c28 (patch)
tree2567ae2c2d81f0cfdd8444b9c37ebee65c19f78f
parent0a2d612db032def2b8ef845e5c375f2e898903a1 (diff)
downloadaur-1c9fa2450c250f3a4f7240e43315759ff2380c28.tar.gz
bumping to 0.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbb0f79f62cf..ffd3b08c6049 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.10.0
+ pkgver = 0.10.1
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.10.0.tar.gz
- sha256sums = a75a836430bf4c4e39890650a5ad855b3dc695ba855006c02633cc9b4f8645f4
+ source = https://files.pythonhosted.org/packages/source/v/viztracer/viztracer-0.10.1.tar.gz
+ sha256sums = acc90799981e9d65dcedcde0ee8ca54d95bf0bbacc7a8529dbf3ad1b8fc6f807
pkgname = python-viztracer
diff --git a/PKGBUILD b/PKGBUILD
index efc974ddccf2..247acaaa65e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-viztracer
_name=viztracer
-pkgver=0.10.0
+pkgver=0.10.1
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=('a75a836430bf4c4e39890650a5ad855b3dc695ba855006c02633cc9b4f8645f4')
+sha256sums=('acc90799981e9d65dcedcde0ee8ca54d95bf0bbacc7a8529dbf3ad1b8fc6f807')
build() {
cd "$_name-$pkgver"