From 39b7983e8df58f6194f39d2f0d09fe54f2cbb277 Mon Sep 17 00:00:00 2001 From: johannes Date: Tue, 24 Apr 2018 21:34:32 +0200 Subject: [PATCH] cutter: update to 1.4. --- srcpkgs/cutter/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cutter/template b/srcpkgs/cutter/template index 5f2501e9a7f..a54a8fa75dc 100644 --- a/srcpkgs/cutter/template +++ b/srcpkgs/cutter/template @@ -1,7 +1,7 @@ # Template file for 'cutter' pkgname=cutter -version=1.3 -revision=2 +version=1.4 +revision=1 build_style=qmake build_wrksrc="src" hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools-devel qt5-svg-devel" @@ -11,4 +11,6 @@ maintainer="johannes " license="GPL-3" homepage="https://github.com/radareorg/cutter" distfiles="https://github.com/radareorg/${pkgname}/archive/v${version}.tar.gz" -checksum=1fee0ec58a2ad15046a9bf3c2f4b92db385db7c7af2f6a64a13f3fb8d51b2dcf +checksum=f2fff960ea102fc8cf7d62fe25ee2c992b2e19857a4f6a2e308b3c9cba93e5b8 + +configure_args="CUTTER_ENABLE_JUPYTER=false CUTTER_ENABLE_QTWEBENGINE=false"