[arch-commits] Commit in radare2-cutter/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Sep 30 21:19:38 UTC 2019
Date: Monday, September 30, 2019 @ 21:19:38
Author: anthraxx
Revision: 512295
upgpkg: radare2-cutter 1:1.9.0-2 FS#63969 fix radare2 linking
Modified:
radare2-cutter/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-30 21:16:30 UTC (rev 512294)
+++ PKGBUILD 2019-09-30 21:19:38 UTC (rev 512295)
@@ -6,7 +6,7 @@
_gitcommit=b4535227cf1ebfb94da40c950215512acbcbb9bf
pkgver=1.9.0
epoch=1
-pkgrel=1
+pkgrel=2
pkgdesc='Qt and C++ GUI for radare2 reverse engineering framework'
url='https://github.com/radareorg/cutter'
arch=('x86_64')
@@ -13,7 +13,8 @@
license=('GPL3')
depends=('radare2' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 'python' 'jupyter'
'pyside2' 'shiboken2' 'python-shiboken2')
-makedepends=('git' 'cmake') source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit}")
+makedepends=('git' 'cmake')
+source=(${pkgname}::"git+https://github.com/radareorg/cutter#commit=${_gitcommit}")
sha512sums=('SKIP')
pkgver() {
More information about the arch-commits
mailing list