summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/gc.xibuild2
-rw-r--r--repo/system/gmp.xibuild2
-rw-r--r--repo/system/gnutls.xibuild2
-rw-r--r--repo/system/libsigsegv.xibuild2
-rw-r--r--repo/system/pam.xibuild2
-rw-r--r--repo/system/zstd.xibuild2
6 files changed, 6 insertions, 6 deletions
diff --git a/repo/system/gc.xibuild b/repo/system/gc.xibuild
index 721a096..c130888 100644
--- a/repo/system/gc.xibuild
+++ b/repo/system/gc.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-DEPS=(gcc-libs)
+DEPS=(gcc)
PKG_VER=8.0.6
SOURCE=https://github.com/ivmai/bdwgc/releases/download/v$PKG_VER/gc-$PKG_VER.tar.gz
diff --git a/repo/system/gmp.xibuild b/repo/system/gmp.xibuild
index aeab9d4..a07b48d 100644
--- a/repo/system/gmp.xibuild
+++ b/repo/system/gmp.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-DEPS=(gcc-libs sh)
+DEPS=(gcc sh)
PKG_VER=6.2.1
SOURCE=https://gmplib.org/download/gmp/gmp-$PKG_VER.tar.xz
diff --git a/repo/system/gnutls.xibuild b/repo/system/gnutls.xibuild
index 8c3f198..11a8e99 100644
--- a/repo/system/gnutls.xibuild
+++ b/repo/system/gnutls.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-DEPS=(libtasn readline zlib nettle p11-kit libidn2 libunistring)
+DEPS=(libtasn1 readline zlib nettle libp11-kit libidn libunistring)
PKG_VER=3.6.16
SOURCE=https://www.gnupg.org/ftp/gcrypt/gnutls/v$(echo $PKG_VER | cut -d. -f-2)/gnutls-$PKG_VER.tar.xz
diff --git a/repo/system/libsigsegv.xibuild b/repo/system/libsigsegv.xibuild
index b9d35d3..a5dc0a4 100644
--- a/repo/system/libsigsegv.xibuild
+++ b/repo/system/libsigsegv.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-DEPS=(libtasn readline zlib nettle p11-kit libidn2 libunistring)
+DEPS=(libtasn1 readline zlib nettle p11-kit libidn libunistring)
PKG_VER=2.13
SOURCE=https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-$PKG_VER.tar.gz
diff --git a/repo/system/pam.xibuild b/repo/system/pam.xibuild
index 79c14c5..833e4a2 100644
--- a/repo/system/pam.xibuild
+++ b/repo/system/pam.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-DEPS=(glibc libtirpc pambase audit libxcrypt)
+DEPS=(glibc libtirpc audit libxcrypt)
PKG_VER=1.5.2
SOURCE=https://github.com/linux-pam/linux-pam/releases/download/v$PKG_VER/Linux-PAM-$PKG_VER.tar.xz
diff --git a/repo/system/zstd.xibuild b/repo/system/zstd.xibuild
index 6f6a058..ef5e0f7 100644
--- a/repo/system/zstd.xibuild
+++ b/repo/system/zstd.xibuild
@@ -1,6 +1,6 @@
#!/bin/bash
-DEPS=(glibc gcc-libs zlib xz lz4)
+DEPS=(glibc gcc zlib xz lz4)
PKG_VER=1.5.1
SOURCE=https://github.com/facebook/zstd/releases/download/v$PKG_VER/zstd-$PKG_VER.tar.gz