[arch-commits] Commit in mariadb/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Wed Oct 7 22:40:12 UTC 2020


    Date: Wednesday, October 7, 2020 @ 22:40:12
  Author: eworm
Revision: 397506

upgpkg: mariadb 10.5.6-2: drop dependency on inetutils

Upstream switched from `hostname` to `uname -n`.

Modified:
  mariadb/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-07 21:00:53 UTC (rev 397505)
+++ PKGBUILD	2020-10-07 22:40:12 UTC (rev 397506)
@@ -5,7 +5,7 @@
 pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
 pkgdesc='Fast SQL database server, derived from MySQL'
 pkgver=10.5.6
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('GPL')
 url='https://mariadb.org/'
@@ -155,7 +155,7 @@
           'etc/my.cnf.d/spider.cnf'
           'etc/security/user_map.conf')
   install=mariadb.install
-  depends=("mariadb-clients=${pkgver}" 'inetutils' 'systemd-libs' 'libxml2' 'zstd')
+  depends=("mariadb-clients=${pkgver}" 'systemd-libs' 'libxml2' 'zstd')
   optdepends=('cracklib: for cracklib plugin'
               'curl: for ha_s3 plugin'
               'galera: for MariaDB cluster with Galera WSREP'



More information about the arch-commits mailing list