author | Christian Hesse
<eworm@archlinux.org> 2024-06-06 09:00:58 UTC |
committer | Christian Hesse
<eworm@archlinux.org> 2024-06-06 09:00:58 UTC |
parent | a28e8821d7d9c09e9f4b5d2f6294ec5e0115d84e |
PKGBUILD | +7 | -0 |
diff --git a/PKGBUILD b/PKGBUILD index 684c56f..e24845f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,12 @@ # Maintainer: Christian Hesse <eworm@archlinux.org> +# ➡️ The mariadb package will be latest stable (GA / General Availability) +# release, regardless of rolling or long-term release. +# ➡️ The mariadb-lts package will be latest long-term release not packaged +# in mariadb. So mariadb-lts will always be behind mariadb, please do not +# flag out-of-date too early! +# https://mariadb.com/kb/en/mariadb-server-release-dates/ + pkgbase=mariadb pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop') pkgdesc='Fast SQL database server, derived from MySQL'