diff --git a/pkg.info b/pkg.info index b329954..730227d 100644 --- a/pkg.info +++ b/pkg.info @@ -1,10 +1,11 @@ name: googletest description: Google Testing and Mocking Framework version: 1.15.2 +revision: 2 url: https://github.com/google/googletest license: BSD-3-Clause architecture: any -depends: ["gcc","glibc"] +depends: ["gcc-libs", "glibc"] optional_depends: ["python3"] -make_depends: ["cmake","python3"] +make_depends: ["cmake", "python3"] type: source