From 1b6b2482f031f7c730e6bcb3dbf970a2d704bfbe Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 6 Jan 2025 09:18:44 +0000 Subject: [PATCH] oatpp: update to 1.3.1 --- mingw-w64-oatpp/PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mingw-w64-oatpp/PKGBUILD b/mingw-w64-oatpp/PKGBUILD index 1ea16f6782..4b5841dcb1 100644 --- a/mingw-w64-oatpp/PKGBUILD +++ b/mingw-w64-oatpp/PKGBUILD @@ -1,19 +1,20 @@ _realname=oatpp pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=1.3.0 -pkgrel=2 +pkgver=1.3.1 +pkgrel=1 pkgdesc="Oat++ is an open-source C++ web framework for highly scalable and resource-efficient web applications." url="https://github.com/oatpp/oatpp" license=('Apache') arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64') makedepends=( + "${MINGW_PACKAGE_PREFIX}-cc" "${MINGW_PACKAGE_PREFIX}-cmake" "${MINGW_PACKAGE_PREFIX}-ninja" ) source=("https://github.com/oatpp/oatpp/archive/refs/tags/${pkgver}.zip") -sha256sums=('d2b0e59cb9fd55999f56c57b6580783542d1e653d3ca888d69c19170691d7346') +sha256sums=('d6bf0b4de4af1f0863e7ca946ddb7b824a6e492680c6090cf111902b6809311a') build() { cd "${srcdir}/${_realname}-${pkgver}" @@ -25,6 +26,7 @@ build() { -GNinja \ -DCMAKE_INSTALL_PREFIX=${MINGW_PREFIX} \ -DCMAKE_BUILD_TYPE=Release \ + -DOATPP_BUILD_TESTS=OFF \ .. cmake --build .