From a2afad8251c57cc462cb9fd0cb2b7e2d346b7813 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 17 Jan 2022 18:49:16 +0000 Subject: resolved some missing dependencies --- repo/util/make-ca.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/util/make-ca.xibuild') diff --git a/repo/util/make-ca.xibuild b/repo/util/make-ca.xibuild index aab2f87..aaa71c1 100644 --- a/repo/util/make-ca.xibuild +++ b/repo/util/make-ca.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(p11-kit nss) +DEPS=(libp11-kit nss) PKG_VER=1.7 SOURCE=https://github.com/djlucas/make-ca/releases/download/v$PKG_VER/make-ca-$PKG_VER.tar.xz -- cgit v1.2.1