diff --git a/.SRCINFO b/.SRCINFO index 556eb7ba5901..ce044cb36476 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = clion-eap pkgdesc = C/C++ IDE. 30-day evaluation. - pkgver = 143.116.8 + pkgver = 143.249.8 pkgrel = 1 url = http://www.jetbrains.com/clion arch = x86_64 @@ -10,10 +10,11 @@ pkgbase = clion-eap optdepends = gcc: GNU compiler optdepends = clang: LLVM compiler optdepends = biicode: C/C++ dependency manager - noextract = clion-143.116.8.tar.gz + optdepends = gtest: C++ testing + noextract = clion-143.249.8.tar.gz options = !strip - source = https://download.jetbrains.com/cpp/clion-143.116.8.tar.gz - sha512sums = cdfe3fe50c75da89085f3ca9911dd150e9274ed75524365750773246d7fe5b7ba2716fca9ad13d5b1d29a308d62734cdcd4a0f166b7ac9ffc8a828e59aab3ec1 + source = https://download.jetbrains.com/cpp/clion-143.249.8.tar.gz + sha512sums = 9779f1d4fd5d07e522ff984d1f979f3a1c828d3063c6b4be412a9b0ff64d33d883cf99e2b2554c91a917d0c3b6fcca3f7d62a384bc2a6d4624360672a5b3b61b pkgname = clion-eap diff --git a/PKGBUILD b/PKGBUILD index f9f4e266ac7a..5037242ebd82 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgname=clion-eap _pkgname=clion -pkgver=143.116.8 +pkgver=143.249.8 pkgrel=1 pkgdesc="C/C++ IDE. 30-day evaluation." arch=('x86_64') @@ -19,9 +19,10 @@ optdepends=( 'gcc: GNU compiler' 'clang: LLVM compiler' 'biicode: C/C++ dependency manager' + 'gtest: C++ testing' ) source=("https://download.jetbrains.com/cpp/${_pkgname}-${pkgver}.tar.gz") -sha512sums=('cdfe3fe50c75da89085f3ca9911dd150e9274ed75524365750773246d7fe5b7ba2716fca9ad13d5b1d29a308d62734cdcd4a0f166b7ac9ffc8a828e59aab3ec1') +sha512sums=('9779f1d4fd5d07e522ff984d1f979f3a1c828d3063c6b4be412a9b0ff64d33d883cf99e2b2554c91a917d0c3b6fcca3f7d62a384bc2a6d4624360672a5b3b61b') noextract=("${_pkgname}-${pkgver}.tar.gz") package() {