mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mariadb to 10.4.7-1
This commit is contained in:
parent
72be5d2e44
commit
14969a2722
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
pkgbase=mariadb
|
||||
pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
|
||||
pkgdesc='Fast SQL database server, derived from MySQL'
|
||||
pkgver=10.4.6
|
||||
pkgver=10.4.7
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
|
@ -22,7 +22,7 @@ source=("https://mirrors.n-ix.net/mariadb/mariadb-$pkgver/source/mariadb-$pkgver
|
|||
'0005-fix-galera_recovery-with-fs.protected_regular-enabled.patch'
|
||||
'0007-systemd-service-add-instance-name-in-description.patch'
|
||||
'atomic.patch')
|
||||
sha256sums=('a270fe6169a1aaf6f2cbbc945de2c954d818c48e1a0fc02fbed92ecb94678e70'
|
||||
sha256sums=('c8e6a6d0bb4f22c416ed675d24682a3ecfa383c5283efee70c8edf131374d817'
|
||||
'SKIP'
|
||||
'ce72ea1563ad773e00e8b1c299babea176abae1102827c2f743921e9de615041'
|
||||
'3e83467af80fbd53400a201a34fc858b88509ea8e88b10709947eb66545f9457'
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
post_install() {
|
||||
echo ":: You need to initialize the MariaDB data directory prior to starting"
|
||||
echo " the service. This can be done with mysql_install_db command, e.g.:"
|
||||
echo " the service. This can be done with mariadb-install-db command, e.g.:"
|
||||
echo " mariadb-install-db --user=mysql --basedir=/usr --datadir=/var/lib/mysql"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue