From 7c8bde7b61a058df4d06809d81ef10b51d9fa106 Mon Sep 17 00:00:00 2001 From: psykose <alice@ayaya.dev> Date: Sat, 22 Oct 2022 11:12:57 +0000 Subject: [PATCH] community/cmake-extras: fix depends --- community/cmake-extras/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/cmake-extras/APKBUILD b/community/cmake-extras/APKBUILD index c530efb19e63..7380c9f5c726 100644 --- a/community/cmake-extras/APKBUILD +++ b/community/cmake-extras/APKBUILD @@ -2,12 +2,13 @@ # Maintainer: Luca Weiss <luca@z3ntu.xyz> pkgname=cmake-extras pkgver=1.6 -pkgrel=1 +pkgrel=2 pkgdesc="A collection of add-ons for the CMake build tool" url="https://gitlab.com/ubports/core/cmake-extras" arch="noarch" license="LGPL-3.0-only" -depends="cmake samurai" +depends="cmake" +makedepends="samurai" options="!check" # No testsuite source="https://gitlab.com/ubports/core/cmake-extras/-/archive/$pkgver/cmake-extras-$pkgver.tar.gz 0001-GMock-Extract-version-detection-code-into-function.patch -- GitLab