mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/mariadb to 10.1.19-1
This commit is contained in:
parent
9a226705bc
commit
49c75548bc
1 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgbase=mariadb
|
||||
pkgname=('libmariadbclient' 'mariadb-clients' 'mytop' 'mariadb')
|
||||
pkgver=10.1.18
|
||||
pkgver=10.1.19
|
||||
_pkgver=${pkgver/.a/a}
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,10 +16,10 @@ url='http://mariadb.org/'
|
|||
makedepends=('cmake' 'zlib' 'libaio' 'libxml2' 'openssl' 'pcre' 'jemalloc'
|
||||
'lz4' 'boost' 'libevent' 'systemd')
|
||||
validpgpkeys=('199369E5404BD5FC7D2FE43BCBCB082A1BB943DB') # MariaDB Package Signing Key <package-signing-key@mariadb.org>
|
||||
source=(http://ftp.heanet.ie/mirrors/mariadb/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz{,.asc}
|
||||
source=(https://ftp.heanet.ie/mirrors/mariadb/mariadb-$pkgver/source/mariadb-$pkgver.tar.gz{,.asc}
|
||||
mariadb-sysusers.conf
|
||||
mariadb-tmpfile.conf)
|
||||
sha256sums=('d7336907e9ff44496d6453f92526b25bd253638a64a051ca879f953499873b73'
|
||||
sha256sums=('5b9373f314e2d1727422fb3795bcf50c1c59005129b35b6cadafae5663251a81'
|
||||
'SKIP'
|
||||
'e1a22777c65854041f16fc0a2db3218d17b4d7e7ec7ab7a77cf49c71277c1515'
|
||||
'2af318c52ae0fe5428e8a9245d1b0fc3bc5ce153842d1563329ceb1edfa83ddd')
|
||||
|
@ -108,7 +108,7 @@ package_libmariadbclient() {
|
|||
|
||||
package_mariadb-clients() {
|
||||
pkgdesc='MariaDB client tools'
|
||||
depends=('libmariadbclient' 'zlib' 'openssl' 'jemalloc')
|
||||
depends=("libmariadbclient=${pkgver}" 'zlib' 'openssl' 'jemalloc')
|
||||
conflicts=('mysql-clients')
|
||||
provides=("mysql-clients=$pkgver")
|
||||
|
||||
|
@ -138,7 +138,7 @@ package_mariadb() {
|
|||
pkgdesc='Fast SQL database server, drop-in replacement for MySQL'
|
||||
backup=('etc/mysql/my.cnf')
|
||||
install=mariadb.install
|
||||
depends=('mariadb-clients' 'inetutils' 'libaio' 'libxml2' 'pcre' 'jemalloc'
|
||||
depends=("mariadb-clients=${pkgver}" 'inetutils' 'libaio' 'libxml2' 'pcre' 'jemalloc'
|
||||
'lz4' 'boost-libs' 'lzo' 'libevent' 'libsystemd')
|
||||
optdepends=('perl-dbd-mysql: for mysqlhotcopy, mysql_convert_table_format and mysql_setpermission')
|
||||
conflicts=('mysql')
|
||||
|
|
Loading…
Reference in a new issue