matio: update to 1.5.14.

This commit is contained in:
maxice8 2019-03-16 00:35:13 -03:00 committed by maxice8
parent 15aeffa7ca
commit 8cecbb19e1
2 changed files with 3 additions and 4 deletions

View File

@ -3009,7 +3009,6 @@ libembb_mtapi_c.so embb-devel-1.0.0_1
libembb_mtapi_network_c.so embb-devel-1.0.0_1 libembb_mtapi_network_c.so embb-devel-1.0.0_1
libembb_base_cpp.so embb-devel-1.0.0_1 libembb_base_cpp.so embb-devel-1.0.0_1
libembb_base_c.so embb-devel-1.0.0_1 libembb_base_c.so embb-devel-1.0.0_1
libmatio.so.4 matio-1.5.11_1
libhpdf.so Haru-devel-2.3.0_1 libhpdf.so Haru-devel-2.3.0_1
libKF5Contacts.so.5 kcontacts-17.12.0_1 libKF5Contacts.so.5 kcontacts-17.12.0_1
libKF5AkonadiPrivate.so.5 akonadi5-17.12.0_1 libKF5AkonadiPrivate.so.5 akonadi5-17.12.0_1

View File

@ -1,7 +1,7 @@
# Template file for 'matio' # Template file for 'matio'
pkgname=matio pkgname=matio
version=1.5.13 version=1.5.14
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
hostmakedepends="libtool" hostmakedepends="libtool"
@ -11,7 +11,7 @@ maintainer="Florian Eich <flrn@nrmncr.net>"
license="BSD-2-Clause" license="BSD-2-Clause"
homepage="https://github.com/tbeu/matio" homepage="https://github.com/tbeu/matio"
distfiles="https://github.com/tbeu/matio/releases/download/v${version}/${pkgname}-${version}.tar.gz" distfiles="https://github.com/tbeu/matio/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=feadb2f54ba7c9db6deba8c994e401d7a1a8e7afd0fe74487691052b8139e5cb checksum=0b3abb98f5cd75627122a72522db4e4280eb580bdbeafe90a8a0d2df22801f6e
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
configure_args+=" ac_cv_va_copy=C99" configure_args+=" ac_cv_va_copy=C99"