Date: Friday, August 9, 2019 @ 15:33:10 Author: sangy Revision: 498532
upgpkg: radare2-cutter 1:1.8.3-1 Drop --always on pkgver to avoid sha-based version resolution (and break if there's no tag describing this release). Bump epoch to avoid downgrade from 2feb8d12. Fixes #63414 Modified: radare2-cutter/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-09 15:15:07 UTC (rev 498531) +++ PKGBUILD 2019-08-09 15:33:10 UTC (rev 498532) @@ -1,9 +1,11 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> +# Maintainer: Santiago Torres-Arias <santiago[at]archlinux[dot]org> # Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'> pkgname=radare2-cutter _gitcommit=68a864ee0af9300636dc0f554f038b70a9749845 pkgver=1.8.3 +epoch=1 pkgrel=1 pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework' url='https://github.com/radareorg/cutter' @@ -17,7 +19,7 @@ pkgver() { cd ${pkgname} - git describe --always --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' + git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' } build() {