summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c3b6f5c5725..e342b3747b5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = libmatio-cpp-git
url = https://github.com/dic-iit/matio-cpp
arch = x86_64
license = BSD
+ checkdepends = catch2
makedepends = git
makedepends = cmake
depends = libmatio
diff --git a/PKGBUILD b/PKGBUILD
index 230492769508..c74ac8040aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ groups=()
depends=('libmatio')
makedepends=('git'
'cmake')
+checkdepends=('catch2')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
replaces=()