summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYOUNG HO CHA2018-03-24 09:31:59 +0900
committerYOUNG HO CHA2018-03-24 09:31:59 +0900
commitbe658bfe500565b1ee76dbe730c7cb6462322fca (patch)
tree3159b9207d1e80608affad38ed2f5fbb36bea708
parent3f4ea5421d8cf3feb37d2ee6606ae8b6ef2b4359 (diff)
downloadaur-be658bfe500565b1ee76dbe730c7cb6462322fca.tar.gz
uftrace: use tagname instead of commit
Signed-off-by: YOUNG HO CHA <ganadist@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0cdd99b3ec4..822f665bffc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = uftrace
pkgdesc = Tool to trace and analyze execution of a program written in C/C++
- pkgver = 0.8.3+8b723a6
+ pkgver = 0.8.3
pkgrel = 0
url = https://github.com/namhyung/uftrace
arch = arm
arch = x86_64
license = GPL2
options = !emptydirs
- source = git+https://github.com/namhyung/uftrace.git#commit=8b723a6
+ source = git+https://github.com/namhyung/uftrace.git#tag=v0.8.3
md5sums = SKIP
pkgname = uftrace
diff --git a/PKGBUILD b/PKGBUILD
index c482f5b3ddac..548c9c807b2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
# Maintainer: YOUNG HO CHA <ganadist@gmail.com>
pkgname=uftrace
-_commit=8b723a6
-pkgver=0.8.3+$_commit
+pkgver=0.8.3
pkgrel=0
pkgdesc="Tool to trace and analyze execution of a program written in C/C++"
arch=(arm x86_64)
@@ -18,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
changelog=
-source=("git+https://github.com/namhyung/$pkgname.git#commit=$_commit")
+source=("git+https://github.com/namhyung/$pkgname.git#tag=v$pkgver")
noextract=()
md5sums=('SKIP') #autofill using updpkgsums