summaryrefslogtreecommitdiff
path: root/repo/util
diff options
context:
space:
mode:
Diffstat (limited to 'repo/util')
-rw-r--r--repo/util/dracut.xibuild2
-rw-r--r--repo/util/genfstab.xibuild2
-rw-r--r--repo/util/usbutils.xibuild2
-rw-r--r--repo/util/util-linux.xibuild2
4 files changed, 4 insertions, 4 deletions
diff --git a/repo/util/dracut.xibuild b/repo/util/dracut.xibuild
index 3a5882c..17d514e 100644
--- a/repo/util/dracut.xibuild
+++ b/repo/util/dracut.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make asciidoc"
-DEPS="bash coreutils cpio findutils grep gzip kmod pkgconf procps-ng sed util-linux xz"
+DEPS="bash sbase cpio findutils grep gzip kmod pkgconf procps-ng sed util-linux xz"
DESC="An initramfs infastructure aimin gto have as little possible hardcoded into the initramfs"
diff --git a/repo/util/genfstab.xibuild b/repo/util/genfstab.xibuild
index eca6d1f..c263b32 100644
--- a/repo/util/genfstab.xibuild
+++ b/repo/util/genfstab.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make asciidoc"
-DEPS="bash coreutils gawk"
+DEPS="bash sbase gawk"
PKG_VER=24
SOURCE=https://github.com/archlinux/arch-install-scripts.git
diff --git a/repo/util/usbutils.xibuild b/repo/util/usbutils.xibuild
index 274efc9..9df636f 100644
--- a/repo/util/usbutils.xibuild
+++ b/repo/util/usbutils.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="libusb wget"
-DEPS="libusb musl hwdata coreutils python"
+DEPS="libusb musl hwdata sbase python"
PKG_VER=014
SOURCE=https://www.kernel.org/pub/linux/utils/usb/usbutils/usbutils-$PKG_VER.tar.xz
diff --git a/repo/util/util-linux.xibuild b/repo/util/util-linux.xibuild
index a97f3ef..327d0db 100644
--- a/repo/util/util-linux.xibuild
+++ b/repo/util/util-linux.xibuild
@@ -1,7 +1,7 @@
#!/bin/sh
MAKEDEPS="make "
-DEPS="coreutils libcap libxcrypt readline"
+DEPS="sbase libcap libxcrypt readline"
PKG_VER=2.37.2
SOURCE=https://cdn.kernel.org/pub/linux/utils/util-linux/v$(echo $PKG_VER | cut -d. -f-2)/util-linux-$PKG_VER.tar.xz