summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {