From 293ceadcd451c03dd2495b9fcde2eafbad5d4b7a Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Mon, 9 Apr 2018 12:16:33 +0300 Subject: [PATCH] boost: Rebuild with ICU 61.1 --- mingw-w64-boost/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-boost/PKGBUILD b/mingw-w64-boost/PKGBUILD index 2e5569cbde..e1781d3d04 100644 --- a/mingw-w64-boost/PKGBUILD +++ b/mingw-w64-boost/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=1.66.0 _boostver=${pkgver//./_} -pkgrel=1 +pkgrel=2 pkgdesc="Free peer-reviewed portable C++ source libraries (mingw-w64)" arch=('any') url="https://www.boost.org/"