From f3dc2ce0108ee14cd274abb773ef64967e3e27b9 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 19 Oct 2022 16:37:49 +0900 Subject: [PATCH] aws-crt-cpp: rebuild Because this depends on aws-c-common. --- mingw-w64-aws-crt-cpp/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-aws-crt-cpp/PKGBUILD b/mingw-w64-aws-crt-cpp/PKGBUILD index ae0dd39ef2f26..b4117bb40b447 100644 --- a/mingw-w64-aws-crt-cpp/PKGBUILD +++ b/mingw-w64-aws-crt-cpp/PKGBUILD @@ -4,7 +4,7 @@ _realname=aws-crt-cpp pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgver=0.18.8 -pkgrel=1 +pkgrel=2 pkgdesc='C++ wrapper around the aws-c-* libraries. Provides Cross-Platform Transport Protocols and SSL/TLS implementations for C++ (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')