author | Christian Hesse
<eworm@archlinux.org> 2019-09-10 08:05:51 UTC |
committer | Christian Hesse
<eworm@archlinux.org> 2019-09-10 08:05:51 UTC |
parent | e9b4c361132a66aa0dfc5b24b0ca7d700f186256 |
PKGBUILD | +2 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 78cefdd..c2a012f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=mariadb pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop') pkgdesc='Fast SQL database server, derived from MySQL' pkgver=10.4.8 -pkgrel=1 +pkgrel=2 arch=('x86_64') license=('GPL') url='https://mariadb.org/' @@ -51,6 +51,7 @@ prepare() { build() { local _cmake_options=( # build options + -DCOMPILATION_COMMENT="Arch Linux" -DCMAKE_BUILD_TYPE=RelWithDebInfo -Wno-dev