diff --git a/.SRCINFO b/.SRCINFO index 592fbeb5ca1b..aae4a68f4404 100755 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,6 +5,7 @@ pkgbase = soci-git url = https://github.com/SOCI/soci arch = x86_64 license = BSL-1.0 + checkdepends = cmake makedepends = cmake makedepends = git depends = boost diff --git a/PKGBUILD b/PKGBUILD index 6014b23b00b6..9a676cd3d7b9 100755 --- a/PKGBUILD +++ b/PKGBUILD @@ -20,6 +20,7 @@ url="https://github.com/SOCI/${_pkgname}" license=("BSL-1.0") depends=("boost" "gcc-libs" "glibc" "mariadb-libs" "postgresql-libs" "sqlite" "unixodbc") makedepends=("cmake" "git") +checkdepends=("cmake") optdepends=("libfbclient: Firebird" "mariadb: MariaDB" "postgresql: PostgreSQL") @@ -60,9 +61,7 @@ pkgver() build() { - for build_tests in "OFF" "ON"; do - _compile "${build_tests}" - done + _compile "OFF" } check()