mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/percona-server to 8.0.25_15-2
This commit is contained in:
parent
b781fff137
commit
0f07dc0560
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ pkgver=8.0.25_15
|
|||
_boost_ver=1.73.0
|
||||
_pkgver=${pkgver/_/-}
|
||||
_myver=${pkgver/_rel*}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
makedepends=('cmake' 'zlib' 'lz4' 'zstd' 'libaio' 'systemd-tools' 'pam' 'numactl' 'jemalloc' 'openssl'
|
||||
'rpcsvc-proto' 'doxygen' 'graphviz' 'libevent' 'protobuf') # 'boost'
|
||||
|
@ -205,7 +205,7 @@ package_percona-server() {
|
|||
rm -r usr/share/aclocal usr/lib/pkgconfig
|
||||
|
||||
# provided by percona-server-clients
|
||||
rm usr/bin/mysql{,admin,check,dump,import,show,slap,pump,binlog,test,_upgrade}
|
||||
rm usr/bin/mysql{,admin,check,dump,import,show,slap,pump,binlog,test,_upgrade,_migrate_keyring}
|
||||
rm usr/lib/perconaserver/plugin/authentication_*_client.so
|
||||
rm usr/share/man/man1/mysql{,admin,check,dump,import,show,slap,pump,binlog,_upgrade}.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue