summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54901211d270..293724e60a85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = uftrace
pkgdesc = Tool to trace and analyze execution of a program written in C/C++
- pkgver = 0.8.3
+ pkgver = 0.9
pkgrel = 1
url = https://github.com/namhyung/uftrace
arch = armv6h
@@ -9,7 +9,7 @@ pkgbase = uftrace
arch = x86_64
license = GPL2
options = !emptydirs
- source = git+https://github.com/namhyung/uftrace.git#tag=v0.8.3
+ source = git+https://github.com/namhyung/uftrace.git#tag=v0.9
md5sums = SKIP
pkgname = uftrace
diff --git a/PKGBUILD b/PKGBUILD
index a6f23842b725..9786ce36836d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: YOUNG HO CHA <ganadist@gmail.com>
pkgname=uftrace
-pkgver=0.8.3
+pkgver=0.9
pkgrel=1
pkgdesc="Tool to trace and analyze execution of a program written in C/C++"
arch=(armv6h armv7h aarch64 x86_64)