summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoranonymous2022-08-29 22:18:13 +0200
committeranonymous2022-08-29 22:18:13 +0200
commitb017132f609659b777c88a1ccacc749848273754 (patch)
tree4d539cfc81fdc6350facd9f4e33101940239f099
parenta95c408fa0254c2dfc76288e4d34d4823ecea1e6 (diff)
downloadaur-libmatio-cpp.tar.gz
Remove stupid typo
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 762564f450cc..702037d9efdb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libmatio-cpp
pkgdesc = A C++ wrapper of the matio library, with memory ownership handling.
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ami-iit/matio-cpp
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index c3b3051fc22b..dd6cc0b37fee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libmatio-cpp
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="A C++ wrapper of the matio library, with memory ownership handling."
arch=('x86_64')
url="https://github.com/ami-iit/matio-cpp"
@@ -48,8 +48,6 @@ build() {
cmake --build build -j
cmake --build build -t install
- _enable_check
-
cd "$srcdir/$pkgname-$pkgver"
cmake -B build -S . -DCMAKE_BUILD_TYPE=None \