From 07694f5ea6f8d09bcdd138a872406d91bcae665e Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sat, 5 Feb 2022 13:19:47 +0100 Subject: [PATCH] bump pkgrel for crt/headers --- mingw-w64-crt-git/PKGBUILD | 2 +- mingw-w64-headers-git/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-crt-git/PKGBUILD b/mingw-w64-crt-git/PKGBUILD index 979823b46c..053eaef602 100644 --- a/mingw-w64-crt-git/PKGBUILD +++ b/mingw-w64-crt-git/PKGBUILD @@ -4,7 +4,7 @@ _realname=crt pkgbase=mingw-w64-${_realname}-git pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git" pkgver=9.0.0.6373.5be8fcd83 -pkgrel=1 +pkgrel=2 _commit='5be8fcd83d7e8e6859cb3f78ea1850aa5bfc067f' pkgdesc='MinGW-w64 CRT for Windows' arch=('any') diff --git a/mingw-w64-headers-git/PKGBUILD b/mingw-w64-headers-git/PKGBUILD index 0e73b14e51..a04c7fe2e2 100644 --- a/mingw-w64-headers-git/PKGBUILD +++ b/mingw-w64-headers-git/PKGBUILD @@ -5,7 +5,7 @@ pkgbase=mingw-w64-${_realname}-git pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}-git" pkgdesc="MinGW-w64 headers for Windows" pkgver=9.0.0.6373.5be8fcd83 -pkgrel=1 +pkgrel=2 _commit='5be8fcd83d7e8e6859cb3f78ea1850aa5bfc067f' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')