mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/xtrabackup to 8.0.6-1
This commit is contained in:
parent
18f93a7ed5
commit
ae98acbe1c
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - remove dependency on numactl
|
||||
|
||||
pkgname=xtrabackup
|
||||
pkgver=8.0.5
|
||||
pkgver=8.0.6
|
||||
_boost_ver=1.68.0
|
||||
pkgrel=1
|
||||
pkgdesc='Non-blocking backup tool for MySQL'
|
||||
|
@ -17,7 +17,7 @@ makedepends=('cmake' 'python-sphinx' 'zlib' 'vim' 'libedit' 'libevent' 'protobuf
|
|||
optdepends=('qpress: for compressed backups')
|
||||
source=(https://www.percona.com/downloads/Percona-XtraBackup-LATEST/Percona-XtraBackup-${pkgver%.*}-${pkgver##*.}/source/tarball/percona-xtrabackup-$pkgver.tar.gz
|
||||
http://sourceforge.net/projects/boost/files/boost/${_boost_ver}/boost_${_boost_ver//./_}.tar.gz)
|
||||
sha256sums=('0c975127d4b0b20ebb1d76d26c3ba68b8376ac47767b0266f57f94a3cc835e83'
|
||||
sha256sums=('3d748d646654c9692d9e3a8402935303e5c83d82f493066b7eda4d7c47d902f4'
|
||||
'da3411ea45622579d419bfda66f45cd0f8c32a181d84adfa936f5688388995cf')
|
||||
build() {
|
||||
mkdir build
|
||||
|
|
Loading…
Reference in a new issue