cutter: update to 1.4.

This commit is contained in:
johannes 2018-04-24 21:34:32 +02:00 committed by Enno Boland
parent f084c7cb1e
commit 39b7983e8d
1 changed files with 5 additions and 3 deletions

View File

@ -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 <johannes.brechtmann@gmail.com>"
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"