summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLetu Ren2023-02-28 04:45:57 +0100
committerLetu Ren2023-02-28 04:45:57 +0100
commit9bef3b4c37c4d5074f477a020cdbca2d81bc415a (patch)
treee713f4ed4773d879db2aefd16d3d9aca7577f265
parentb97d6399b9ade79e3b49b04f1196b1ca481ea747 (diff)
downloadaur-9bef3b4c37c4d5074f477a020cdbca2d81bc415a.tar.gz
update to 0.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11ea88a2b6ec..727b68cd76cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = uftrace
pkgdesc = Function graph tracer for C/C++/Rust
- pkgver = 0.13
+ pkgver = 0.13.1
pkgrel = 1
url = https://github.com/namhyung/uftrace
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = uftrace
depends = capstone
depends = libunwind
options = !lto
- source = https://github.com/namhyung/uftrace/archive/v0.13.tar.gz
- sha256sums = cffae82c68446c20cc3c7e87e71e57498805767a0d4085b4846f3c49f9e472d9
+ source = uftrace-v0.13.1.tar.gz::https://github.com/namhyung/uftrace/archive/v0.13.1.tar.gz
+ sha256sums = 88b59923fdd9804fd29da8a784cd1b39837b1b735fc3be4165b3932eca3661ad
pkgname = uftrace
diff --git a/PKGBUILD b/PKGBUILD
index ab9f9f886d9e..f449dbe2cda2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bumsik Kim <k.bumsik@gmail.com>
pkgname=uftrace
-pkgver=0.13
+pkgver=0.13.1
pkgrel=1
pkgdesc="Function graph tracer for C/C++/Rust"
arch=('x86_64')
@@ -13,9 +13,9 @@ makedepends=('pandoc')
# Disable LTO due to upstream issue
# https://github.com/namhyung/uftrace/issues/1343
options=('!lto')
-source=("https://github.com/namhyung/uftrace/archive/v$pkgver.tar.gz")
+source=("uftrace-v${pkgver}.tar.gz"::"https://github.com/namhyung/uftrace/archive/v${pkgver}.tar.gz")
# Use updpkgsums to update the checksum
-sha256sums=('cffae82c68446c20cc3c7e87e71e57498805767a0d4085b4846f3c49f9e472d9')
+sha256sums=('88b59923fdd9804fd29da8a784cd1b39837b1b735fc3be4165b3932eca3661ad')
build() {
cd "${pkgname}-${pkgver}"