summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDrasLorus2021-02-01 18:32:39 +0100
committerDrasLorus2021-02-01 18:32:39 +0100
commit15eccb85945e63c1cfcb5cd5232b4fbfc55cf9ae (patch)
tree46d840fb1836161359fb7f8b7ed0839cd8712acd /PKGBUILD
parent3cd7b6aa57cee9184f65fd3ebf4d55f9c88d015d (diff)
downloadaur-libmatio-cpp-git.tar.gz
All tests enabled
- Bugs in v7.3 and strings have been corrected upstream. All tests should pass.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c74ac8040aaa..4b030a605712 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Camille 'DrasLorus' Monière <draslorus@draslorus.fr>
pkgname=libmatio-cpp-git
-pkgver=r161.949f9e5
-pkgrel=1
+pkgver=r170.960ed1b
+pkgrel=2
pkgdesc="A C++ wrapper of the matio library, with memory ownership handling."
arch=('x86_64')
url="https://github.com/dic-iit/matio-cpp"
@@ -42,8 +42,7 @@ check() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTING=ON
cmake --build build_testing -j
- # Test 8 fails because of unsupported v7.3 format
- cd build_testing && ctest -I 1,7,1,9,10,11
+ cd build_testing && ctest
}
package() {