[arch-commits] Commit in gtest/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat May 8 14:16:05 UTC 2021


    Date: Saturday, May 8, 2021 @ 14:16:04
  Author: foutrelis
Revision: 928843

upgpkg: gtest 1.10.0-5: undo previous change due to circular deps

The original CMake issue is tracked as FS#70567.

Modified:
  gtest/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-08 13:42:44 UTC (rev 928842)
+++ PKGBUILD	2021-05-08 14:16:04 UTC (rev 928843)
@@ -9,7 +9,7 @@
 pkgbase=gtest
 pkgname=('gtest' 'gmock')
 pkgver=1.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Google Test - C++ testing utility'
 url='https://github.com/google/googletest'
 arch=('x86_64')
@@ -48,7 +48,7 @@
 
 package_gtest() {
   pkgdesc='Google Test - C++ testing utility based on the xUnit framework (like JUnit)'
-  depends=('gmock' 'gcc-libs' 'sh')
+  depends=('gcc-libs' 'sh')
 
   DESTDIR="${pkgdir}" cmake --build build --target install
 



More information about the arch-commits mailing list