summaryrefslogtreecommitdiff
path: root/repo/util
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-17 18:49:16 +0000
committerdavidovski <david@davidovski.xyz>2022-01-17 18:49:16 +0000
commita2afad8251c57cc462cb9fd0cb2b7e2d346b7813 (patch)
tree1a47fc7e61427652c4f2cbd99766c07c6131afac /repo/util
parenta422e0110d16fc978587d1013a6045f3fa348503 (diff)
resolved some missing dependencies
Diffstat (limited to 'repo/util')
-rw-r--r--repo/util/less.xibuild2
-rw-r--r--repo/util/make-ca.xibuild2
2 files changed, 2 insertions, 2 deletions
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