diff --git a/srcpkgs/cutter/patches/version.diff b/srcpkgs/cutter/patches/version.diff new file mode 100644 index 0000000000..8b179df0fa --- /dev/null +++ b/srcpkgs/cutter/patches/version.diff @@ -0,0 +1,14 @@ + +keep version numbers consistent + +--- src/CMakeLists.txt 2017-12-25 10:39:21.000000000 +0100 ++++ src/CMakeLists.txt 2017-12-27 19:38:53.770975434 +0100 +@@ -4,7 +4,7 @@ + list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake") + include(DisallowInSource) + +-project(cutter VERSION 1.0) ++project(cutter VERSION 1.1) + + set(CMAKE_CXX_STANDARD 11) + diff --git a/srcpkgs/cutter/template b/srcpkgs/cutter/template index 3411e08080..8df376c985 100644 --- a/srcpkgs/cutter/template +++ b/srcpkgs/cutter/template @@ -1,7 +1,7 @@ # Template file for 'cutter' pkgname=cutter -version=1.0 -revision=2 +version=1.1 +revision=1 build_style=cmake build_wrksrc="src" hostmakedepends="pkg-config qt5-qmake qt5-host-tools" @@ -11,9 +11,8 @@ maintainer="johannes " license="GPL-3" homepage="https://github.com/radareorg/cutter" distfiles="https://github.com/radareorg/${pkgname}/archive/v${version}.tar.gz" -checksum=a8bf516c6883542b6ae8540463d2b3672aa51b7bdecb60cd4dc910df98b8f431 +checksum=ed1be7778f6a733343d4628a0ba2598f6c3f521e08c6d45289a58c2313e2297b do_install() { vbin build/cutter } -