mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mariadb to 10.5.5-3
This commit is contained in:
parent
1acfb54837
commit
ed0a578832
1 changed files with 7 additions and 8 deletions
|
@ -9,13 +9,13 @@ pkgbase=mariadb
|
|||
pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
|
||||
pkgdesc='Fast SQL database server, derived from MySQL'
|
||||
pkgver=10.5.5
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
url='https://mariadb.org/'
|
||||
makedepends=('rsync' 'boost' 'bzip2' 'cmake' 'jemalloc' 'libaio' 'libxcrypt'
|
||||
'libxml2' 'lz4' 'lzo' 'openssl' 'systemd' 'zlib' 'zstd' 'curl'
|
||||
'krb5')
|
||||
'krb5' 'cracklib')
|
||||
validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package Signing Key <package-signing-key@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
|
||||
|
@ -167,10 +167,11 @@ package_mariadb() {
|
|||
'etc/security/user_map.conf')
|
||||
install=mariadb.install
|
||||
depends=("mariadb-clients=${pkgver}" 'inetutils' 'systemd-libs' 'libxml2' 'zstd')
|
||||
optdepends=('curl: for ha_s3 plugin'
|
||||
optdepends=('cracklib: for cracklib plugin'
|
||||
'curl: for ha_s3 plugin'
|
||||
'galera: for MariaDB cluster with Galera WSREP'
|
||||
'mysql-python: for myrocks_hotbackup'
|
||||
'perl-dbd-mysql: for mysqlhotcopy, mysql_convert_table_format and mysql_setpermission')
|
||||
'perl-dbd-mariadb: for mariadb-hotcopy, mariadb-convert-table-format and mariadb-setpermission')
|
||||
conflicts=('mysql')
|
||||
provides=("mysql=$pkgver")
|
||||
options=('emptydirs')
|
||||
|
@ -227,9 +228,7 @@ package_mariadb() {
|
|||
|
||||
package_mytop() {
|
||||
pkgdesc='Top clone for MariaDB'
|
||||
depends=('perl' 'perl-dbd-mysql' 'perl-term-readkey')
|
||||
depends=('perl' 'perl-dbd-mariadb' 'perl-term-readkey')
|
||||
|
||||
cd build
|
||||
|
||||
install -D -m0755 scripts/mytop "$pkgdir"/usr/bin/mytop
|
||||
install -D -m0755 build/scripts/mytop "$pkgdir"/usr/bin/mytop
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue