Date: Sunday, April 3, 2022 @ 11:17:01 Author: arojas Revision: 1180974
Drop unuser jupyter dependency Was removed in 1710829267ed90fa6959f895c9038462dcc747d8 Modified: rz-cutter/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-03 11:14:51 UTC (rev 1180973) +++ PKGBUILD 2022-04-03 11:17:01 UTC (rev 1180974) @@ -5,12 +5,12 @@ pkgname=rz-cutter _gitcommit=f5a7a79ee8efc04514189565b1d319c7a39bf0de pkgver=2.0.5 -pkgrel=2 +pkgrel=3 pkgdesc='Qt and C++ GUI for rizin reverse engineering framework' url='https://github.com/rizinorg/cutter' arch=('x86_64') license=('GPL3') -depends=('rizin' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 'python' 'jupyter' +depends=('rizin' 'capstone' 'qt5-base' 'qt5-svg' 'qt5-webengine' 'icu' 'python' 'pyside2' 'python-shiboken2' 'graphviz' 'gcc-libs' 'syntax-highlighting') makedepends=('git' 'cmake' 'ninja' 'shiboken2' 'qt5-tools') optdepends=('rz-ghidra: ghidra decompiler plugin')
