mariadb: update to 10.0.15.
This commit is contained in:
parent
4bf5172403
commit
bcbc88a08a
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mariadb'
|
||||
pkgname=mariadb
|
||||
version=10.0.14
|
||||
version=10.0.15
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DSYSCONFDIR=/etc/mysql -DMYSQL_DATADIR=/var/lib/mysql
|
||||
|
@ -34,7 +34,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://mariadb.org/"
|
||||
license="GPL-2"
|
||||
distfiles="https://downloads.$pkgname.org/f/$pkgname-$version/source/$pkgname-$version.tar.gz"
|
||||
checksum=ac0eca4ebb278aa304236bf6dbd5e8c9cf285431333f1379051c231c08e2e31d
|
||||
checksum=9154cb68504d469b1bac636b85e30b2b2da2586092476d6ad2f9d6bc462909d8
|
||||
update_site="https://downloads.mariadb.org/mariadb/"
|
||||
update_pattern="/mariadb/\K[\d.]+(?=/)"
|
||||
|
||||
|
@ -62,7 +62,6 @@ pre_build() {
|
|||
fi
|
||||
export LD_LIBRARY_PATH=${wrksrc}/build/storage/tokudb/ft-index/portability
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# Remove unneeded stuff.
|
||||
rm -rf ${DESTDIR}/usr/{sql-bench,mysql-test,data}
|
||||
|
|
Loading…
Reference in a new issue