From 20a11e4f7802d6499d073ccbc7df2123d9483875 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Fri, 19 Aug 2022 16:26:18 +0200 Subject: [PATCH] mupdf: rebuild the ucrt64 package got truncated before it was added to the repo somehow, rebuild to fix --- mingw-w64-mupdf/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-mupdf/PKGBUILD b/mingw-w64-mupdf/PKGBUILD index 6242a5aedd..8fda7f7c9c 100644 --- a/mingw-w64-mupdf/PKGBUILD +++ b/mingw-w64-mupdf/PKGBUILD @@ -11,7 +11,7 @@ pkgname=( "${MINGW_PACKAGE_PREFIX}-${_realname}-mupdf-tools" ) pkgver=1.19.1 -pkgrel=1 +pkgrel=2 pkgdesc='Lightweight PDF and XPS viewer' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')