From 36e878925bb231a3c2c608f8f94e9984da0c3ebf Mon Sep 17 00:00:00 2001 From: Anton Afanasyev Date: Sun, 22 Dec 2019 11:27:19 -0800 Subject: [PATCH] CLion: update to 2019.3.4 --- srcpkgs/CLion/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/CLion/template b/srcpkgs/CLion/template index 9697fe85189..f43fab9427b 100644 --- a/srcpkgs/CLion/template +++ b/srcpkgs/CLion/template @@ -1,6 +1,6 @@ # Template file for 'CLion' pkgname=CLion -version=2019.3.1 +version=2019.3.4 revision=1 archs="i686 x86_64" wrksrc="clion-${version}" @@ -10,10 +10,12 @@ maintainer="Anton Afanasyev " license="custom:Commercial" homepage="https://www.jetbrains.com/clion" distfiles="https://download.jetbrains.com/cpp/CLion-${version}.tar.gz" -checksum=1c9bdeb55dda997a6cfce84ce2dbe2951f117709f9d37a3b65cfc2a68a359ecd +checksum=adb76d1d5b13b5fae3e3953c953ee16f3342ef36af404fc2873b9dc9d2190d72 repository=nonfree restricted=yes nopie=yes +# JetBrains' tools are self-sufficient and while they include code that appears to be linked to libs from other packages, these libs are either included in the tool package, or the code works by looking for one of several supported libs. +noverifyrdeps=yes build_options="bundled_cmake bundled_gdb bundled_lldb" build_options_default="bundled_cmake bundled_gdb bundled_lldb"