[arch-commits] Commit in mariadb/trunk (PKGBUILD)
Christian Hesse
eworm at gemini.archlinux.org
Mon Dec 20 19:58:09 UTC 2021
Date: Monday, December 20, 2021 @ 19:58:09
Author: eworm
Revision: 432825
upgpkg: mariadb 10.6.5-2: build with OQGraph
Modified:
mariadb/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-20 19:09:42 UTC (rev 432824)
+++ PKGBUILD 2021-12-20 19:58:09 UTC (rev 432825)
@@ -5,13 +5,13 @@
pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
pkgdesc='Fast SQL database server, derived from MySQL'
pkgver=10.6.5
-pkgrel=1
+pkgrel=2
arch=('x86_64')
license=('GPL')
url='https://mariadb.org/'
makedepends=('boost' 'bzip2' 'cmake' 'jemalloc' 'libaio' 'libxcrypt'
'libxml2' 'lz4' 'lzo' 'openssl' 'systemd' 'zlib' 'zstd' 'curl'
- 'krb5' 'cracklib')
+ 'krb5' 'cracklib' 'judy')
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
@@ -163,6 +163,7 @@
optdepends=('cracklib: for cracklib plugin'
'curl: for ha_s3 plugin'
'galera: for MariaDB cluster with Galera WSREP'
+ 'judy: for Open Query GRAPH (OQGraph) computation engine'
'python-mysqlclient: for myrocks_hotbackup'
'perl-dbd-mariadb: for mariadb-hotcopy, mariadb-convert-table-format and mariadb-setpermission')
conflicts=('mysql')
More information about the arch-commits
mailing list