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/less.xibuild | 2 +- repo/util/make-ca.xibuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/util') diff --git a/repo/util/less.xibuild b/repo/util/less.xibuild index 8903ef2..5396ef7 100644 --- a/repo/util/less.xibuild +++ b/repo/util/less.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(glibc ncurses pcre2) +DEPS=(glibc ncurses pcre) PKG_VER=590 SOURCE=https://www.greenwoodsoftware.com/less/less-$PKG_VER.tar.gz 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