From 871b2b573f01c1b3176a0f65458b3d281b41c437 Mon Sep 17 00:00:00 2001 From: davidovski Date: Tue, 31 May 2022 11:04:17 +0100 Subject: added pandoc and qt5 --- repo/xi/xibuild/xibuild.xibuild | 2 +- repo/xi/xipkg/xipkg.xibuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/xi') diff --git a/repo/xi/xibuild/xibuild.xibuild b/repo/xi/xibuild/xibuild.xibuild index 9c4cdaa..c8a3ab0 100644 --- a/repo/xi/xibuild/xibuild.xibuild +++ b/repo/xi/xibuild/xibuild.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="xiutils parseconf tar unzip" +DEPS="xiutils parseconf tar unzip hbar" PKG_VER=1.3 SOURCE=https://git.davidovski.xyz/xilinux/xibuild.git diff --git a/repo/xi/xipkg/xipkg.xibuild b/repo/xi/xipkg/xipkg.xibuild index 31476d5..1d48e38 100644 --- a/repo/xi/xipkg/xipkg.xibuild +++ b/repo/xi/xipkg/xipkg.xibuild @@ -1,7 +1,7 @@ #!/bin/sh MAKEDEPS="make" -DEPS="openssl curl dash xiutils findutils diffutils sed xichroot grep base64 sort" +DEPS="openssl curl dash xiutils findutils diffutils sed xichroot grep base64 sort hbar parseconf xiutils" PKG_VER=1.4.3 SOURCE=https://git.davidovski.xyz/xilinux/xipkg.git -- cgit v1.2.1