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

Levente Polyak anthraxx at archlinux.org
Mon Aug 24 23:19:26 UTC 2020


    Date: Monday, August 24, 2020 @ 23:19:26
  Author: anthraxx
Revision: 687919

upgpkg: radare2-cutter 1:1.11.1-1

Modified:
  radare2-cutter/trunk/PKGBUILD

----------+
 PKGBUILD |   21 +++++++--------------
 1 file changed, 7 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-24 23:17:57 UTC (rev 687918)
+++ PKGBUILD	2020-08-24 23:19:26 UTC (rev 687919)
@@ -3,10 +3,10 @@
 # Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
 
 pkgname=radare2-cutter
-_gitcommit=1aad797722f9fc60b80792a4cc02380c9241714a
-pkgver=1.10.3
+_gitcommit=9a822ec3964381cb917da593b6404ee72be5433a
+pkgver=1.11.1
 epoch=1
-pkgrel=2
+pkgrel=1
 pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
 url='https://github.com/radareorg/cutter'
 arch=('x86_64')
@@ -13,12 +13,11 @@
 license=('GPL3')
 depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 'python' 'jupyter'
          'pyside2' 'python-shiboken2' 'graphviz' 'gcc-libs')
-makedepends=('git' 'cmake' 'shiboken2')
+makedepends=('git' 'cmake' 'shiboken2' 'qt5-tools')
 optdepends=('r2ghidra-dec: ghidra decompiler plugin')
-source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit}"
-        radare2-cutter-qt5.15.patch)
-sha512sums=('SKIP'
-            '966bf673904d3c633a09a7c6755d32de1205c07849def03ac35433eb6587ad5fd4860e33c11d54e6b4cff5470ed91cf35eacb0a15ca3bb4e1d095fdfa0e3e87b')
+source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit}")
+sha512sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd ${pkgname}
@@ -25,14 +24,8 @@
   git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
 }
 
-prepare() {
-  patch -d $pkgname -p1 -i ../radare2-cutter-qt5.15.patch # Fix build with Qt 5.15
-}
-
 build() {
   cd ${pkgname}/src
-  export CFLAGS+=" ${CPPFLAGS}"
-  export CXXFLAGS+=" ${CPPFLAGS}"
   cmake -B build \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=None \



More information about the arch-commits mailing list