Date: Monday, December 5, 2022 @ 21:48:14 Author: arojas Revision: 1356633
upgpkg: rz-cutter 2.1.2-1: Update to 2.1.2 Modified: rz-cutter/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-05 21:44:16 UTC (rev 1356632) +++ PKGBUILD 2022-12-05 21:48:14 UTC (rev 1356633) @@ -3,9 +3,9 @@ # Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'> pkgname=rz-cutter -_gitcommit=7eb4311c2be2c0e5e6bcd098abf06beda2e96519 -pkgver=2.1.0 -pkgrel=2 +_gitcommit=8e232bed9107f54b1dea48d50898d88c2a308525 +pkgver=2.1.2 +pkgrel=1 pkgdesc='Qt and C++ GUI for rizin reverse engineering framework' url='https://github.com/rizinorg/cutter' arch=('x86_64') @@ -29,7 +29,7 @@ prepare() { cd cutter git config 'submodule.src/translations.url' "${srcdir}/cutter-translations" - git submodule update --init src/translations + git -c protocol.file.allow=always submodule update --init src/translations } build() {
