[arch-commits] Commit in rz-cutter/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Mar 24 16:47:25 UTC 2022


    Date: Thursday, March 24, 2022 @ 16:47:25
  Author: arojas
Revision: 1174827

Update to 2.0.5, rebuild with pyside2 5.15.3 (FS#74227)

Modified:
  rz-cutter/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 16:44:23 UTC (rev 1174826)
+++ PKGBUILD	2022-03-24 16:47:25 UTC (rev 1174827)
@@ -3,8 +3,8 @@
 # Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
 
 pkgname=rz-cutter
-_gitcommit=78a9a112099e0d045773d77f4b1166fc3b7d2eef
-pkgver=2.0.4
+_gitcommit=f5a7a79ee8efc04514189565b1d319c7a39bf0de
+pkgver=2.0.5
 pkgrel=1
 pkgdesc='Qt and C++ GUI for rizin reverse engineering framework'
 url='https://github.com/rizinorg/cutter'
@@ -30,6 +30,8 @@
   cd cutter
   git config 'submodule.src/translations.url' "${srcdir}/cutter-translations"
   git submodule update --init src/translations
+
+  git cherry-pick -n 1ef6d1269cf0ffde2d91eb067134ee9215791296 # Fix build with syntax-highlighting 5.92
 }
 
 build() {



More information about the arch-commits mailing list