[arch-commits] Commit in mariadb/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Thu Aug 20 08:35:14 UTC 2020
Date: Thursday, August 20, 2020 @ 08:35:13
Author: eworm
Revision: 394428
upgpkg: mariadb 10.5.5-2: libxcrypt rebuild
Modified:
mariadb/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-20 08:21:54 UTC (rev 394427)
+++ PKGBUILD 2020-08-20 08:35:13 UTC (rev 394428)
@@ -5,12 +5,13 @@
pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
pkgdesc='Fast SQL database server, derived from MySQL'
pkgver=10.5.5
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('GPL')
url='https://mariadb.org/'
-makedepends=('rsync' 'boost' 'bzip2' 'cmake' 'jemalloc' 'libaio' 'libxml2' 'lz4' 'lzo'
- 'openssl' 'systemd' 'zlib' 'zstd' 'curl' 'krb5')
+makedepends=('rsync' 'boost' 'bzip2' 'cmake' 'jemalloc' 'libaio' 'libxcrypt'
+ 'libxml2' 'lz4' 'lzo' 'openssl' 'systemd' 'zlib' 'zstd' 'curl'
+ 'krb5')
validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package Signing Key <package-signing-key at mariadb.org>
# The default links with mirror redirection fail for signatures, specific
# mirrors may be out of date every now and then. Let's use the upstream
@@ -103,7 +104,7 @@
package_mariadb-libs() {
pkgdesc='MariaDB libraries'
- depends=('bzip2' 'libaio' 'lz4' 'lzo' 'openssl' 'xz' 'zlib')
+ depends=('bzip2' 'libaio' 'libxcrypt' 'libcrypt.so' 'lz4' 'lzo' 'openssl' 'xz' 'zlib')
optdepends=('krb5: for gssapi authentication')
conflicts=('libmysqlclient' 'libmariadbclient' 'mariadb-connector-c')
provides=('libmariadbclient' 'mariadb-connector-c' 'libmariadb.so' 'libmariadbd.so')
More information about the arch-commits
mailing list