diff options
Diffstat (limited to 'repo/util')
-rw-r--r-- | repo/util/less.xibuild | 2 | ||||
-rw-r--r-- | repo/util/make-ca.xibuild | 2 |
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 |