mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/mariadb to 10.11.2-1
This commit is contained in:
parent
db44717cc9
commit
55f7dbf08a
1 changed files with 4 additions and 2 deletions
|
@ -3,11 +3,12 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - disable mroonga storage engine (doesn't build on ARM)
|
||||
# - build v7 with -j2
|
||||
|
||||
pkgbase=mariadb
|
||||
pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
|
||||
pkgdesc='Fast SQL database server, derived from MySQL'
|
||||
pkgver=10.10.3
|
||||
pkgver=10.11.2
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
|
@ -21,7 +22,7 @@ validpgpkeys=('177F4010FE56CA3336300305F1656F24C74CD1D8') # MariaDB Signing Key
|
|||
# https://mariadb.com/kb/en/library/mirror-sites-for-mariadb/
|
||||
source=("https://rsync.osuosl.org/pub/mariadb/mariadb-${pkgver}/source/mariadb-${pkgver}.tar.gz"{,.asc}
|
||||
'0001-arch-specific.patch')
|
||||
sha256sums=('0d0c45fe85059d8d26c6e229f30410a8b8f7282ec2d56560fc9a8930e14ed77d'
|
||||
sha256sums=('1c89dee0caed0f68bc2a1d203eb98a123150e6a179f6ee0f1fc0ba3f08dc71dc'
|
||||
'SKIP'
|
||||
'3289efb3452d199aec872115f35da3f1d6fd4ce774615076690e9bc8afae1460')
|
||||
|
||||
|
@ -36,6 +37,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
[[ $CARCH == "armv7h" ]] && MAKEFLAGS="-j2"
|
||||
local _cmake_options=(
|
||||
# build options
|
||||
-DCOMPILATION_COMMENT="Arch Linux"
|
||||
|
|
Loading…
Reference in a new issue