summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22a4d86a1972..5942dcf869b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = triton-git
pkgdesc = Dynamic binary analysis framework
- pkgver = v0.7.r102.gfb3241e9
+ pkgver = 0.8.1.r49.g1b1da143
pkgrel = 1
url = https://triton.quarkslab.com/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 1454fc2106e5..9bd58cbe046f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=triton
pkgname=${_pkgname}-git
-pkgver=v0.7.r102.gfb3241e9
+pkgver=0.8.1.r49.g1b1da143
pkgrel=1
pkgdesc='Dynamic binary analysis framework'
url='https://triton.quarkslab.com/'
@@ -20,7 +20,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"
- git describe --tags --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {