git » mariadb.git » commit 5c372be

depend on coreutils

author Christian Hesse
2024-08-08 23:00:54 UTC
committer Christian Hesse
2024-08-08 23:00:54 UTC
parent 55d7aff722e565235435953063a96ca7f3dc1044

depend on coreutils

... as the install script depends on it.

.SRCINFO +1 -1
PKGBUILD +2 -1

diff --git a/.SRCINFO b/.SRCINFO
index 5be5e3c..0ee29e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -74,10 +74,10 @@ pkgname = mariadb
 	install = mariadb.install
 	depends = mariadb-clients=11.4.3
 	depends = bzip2
+	depends = coreutils
 	depends = libxml2
 	depends = lz4
 	depends = systemd-libs
-	depends = libxml2
 	depends = zstd
 	optdepends = cracklib: for cracklib plugin
 	optdepends = curl: for ha_s3 plugin
diff --git a/PKGBUILD b/PKGBUILD
index 5a03932..432ed03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -190,7 +190,8 @@ package_mariadb() {
           'etc/my.cnf.d/spider.cnf'
           'etc/security/user_map.conf')
   install=mariadb.install
-  depends=("mariadb-clients=${pkgver}" 'bzip2' 'libxml2' 'lz4' 'systemd-libs' 'libxml2' 'zstd')
+  depends=("mariadb-clients=${pkgver}" 'bzip2' 'coreutils' 'libxml2' 'lz4'
+           'systemd-libs' 'zstd')
   optdepends=('cracklib: for cracklib plugin'
               'curl: for ha_s3 plugin'
               'galera: for MariaDB cluster with Galera WSREP'