summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrasLorus2021-02-01 18:32:39 +0100
committerDrasLorus2021-02-01 18:32:39 +0100
commit15eccb85945e63c1cfcb5cd5232b4fbfc55cf9ae (patch)
tree46d840fb1836161359fb7f8b7ed0839cd8712acd
parent3cd7b6aa57cee9184f65fd3ebf4d55f9c88d015d (diff)
downloadaur-15eccb85945e63c1cfcb5cd5232b4fbfc55cf9ae.tar.gz
All tests enabled
- Bugs in v7.3 and strings have been corrected upstream. All tests should pass.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e342b3747b5b..019153c9cadf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libmatio-cpp-git
pkgdesc = A C++ wrapper of the matio library, with memory ownership handling.
pkgver = r161.949f9e5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dic-iit/matio-cpp
arch = x86_64
license = BSD
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() {