[arch-commits] Commit in mariadb/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Tue Sep 10 08:05:51 UTC 2019


    Date: Tuesday, September 10, 2019 @ 08:05:51
  Author: eworm
Revision: 362100

upgpkg: mariadb 10.4.8-2

add Arch Linux branding

Modified:
  mariadb/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-10 07:28:50 UTC (rev 362099)
+++ PKGBUILD	2019-09-10 08:05:51 UTC (rev 362100)
@@ -5,7 +5,7 @@
 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 @@
 build() {
   local _cmake_options=(
     # build options
+    -DCOMPILATION_COMMENT="Arch Linux"
     -DCMAKE_BUILD_TYPE=RelWithDebInfo
     -Wno-dev
 



More information about the arch-commits mailing list