summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLetu Ren2023-02-28 04:45:57 +0100
committerLetu Ren2023-02-28 04:45:57 +0100
commit9bef3b4c37c4d5074f477a020cdbca2d81bc415a (patch)
treee713f4ed4773d879db2aefd16d3d9aca7577f265 /PKGBUILD
parentb97d6399b9ade79e3b49b04f1196b1ca481ea747 (diff)
downloadaur-9bef3b4c37c4d5074f477a020cdbca2d81bc415a.tar.gz
update to 0.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"