From 7d732ab85a8d866bf6f8d2e003d37e081ee71afa Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 29 Dec 2020 21:28:43 +0100 Subject: [PATCH] Rebuild some packages These were incorrectly replaced via packages built by a maintainer. This makes problems with the setup-msys2 pacakge cache, so bump their pkgrel and let CI build new ones. --- mingw-w64-boost/PKGBUILD | 2 +- mingw-w64-icu/PKGBUILD | 2 +- mingw-w64-libgpg-error/PKGBUILD | 2 +- mingw-w64-libvisio/PKGBUILD | 2 +- mingw-w64-nuspell/PKGBUILD | 2 +- mingw-w64-opencv/PKGBUILD | 2 +- mingw-w64-poppler/PKGBUILD | 2 +- mingw-w64-python-icu/PKGBUILD | 2 +- mingw-w64-tesseract-ocr/PKGBUILD | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mingw-w64-boost/PKGBUILD b/mingw-w64-boost/PKGBUILD index 65366cf9bb..30207d7f72 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.75.0 _boostver=${pkgver//./_} -pkgrel=1 +pkgrel=2 pkgdesc="Free peer-reviewed portable C++ source libraries (mingw-w64)" arch=('any') url="https://www.boost.org/" diff --git a/mingw-w64-icu/PKGBUILD b/mingw-w64-icu/PKGBUILD index da65bd78c7..4c0d320386 100644 --- a/mingw-w64-icu/PKGBUILD +++ b/mingw-w64-icu/PKGBUILD @@ -6,7 +6,7 @@ _realname=icu pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-${_realname}-debug-libs") pkgver=68.2 -pkgrel=1 +pkgrel=2 arch=('any') pkgdesc="International Components for Unicode library (mingw-w64)" arch=('any') diff --git a/mingw-w64-libgpg-error/PKGBUILD b/mingw-w64-libgpg-error/PKGBUILD index 1fc3eb924d..de7d8da35e 100644 --- a/mingw-w64-libgpg-error/PKGBUILD +++ b/mingw-w64-libgpg-error/PKGBUILD @@ -4,7 +4,7 @@ _realname=libgpg-error pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=1.41 -pkgrel=2 +pkgrel=3 pkgdesc="Support library for libgcrypt (mingw-w64)" arch=('any') url="https://gnupg.org" diff --git a/mingw-w64-libvisio/PKGBUILD b/mingw-w64-libvisio/PKGBUILD index 4dd3289fa1..8a4693a833 100644 --- a/mingw-w64-libvisio/PKGBUILD +++ b/mingw-w64-libvisio/PKGBUILD @@ -4,7 +4,7 @@ _realname=libvisio pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=0.1.7 -pkgrel=5 +pkgrel=6 pkgdesc="libvisio is a library and a set of tools for reading and converting MS Visio diagram (mingw-w64)" arch=('any') license=('MPL2') diff --git a/mingw-w64-nuspell/PKGBUILD b/mingw-w64-nuspell/PKGBUILD index 3596f79ed2..32f0439b4e 100644 --- a/mingw-w64-nuspell/PKGBUILD +++ b/mingw-w64-nuspell/PKGBUILD @@ -2,7 +2,7 @@ _realname=nuspell pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=4.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Fast and safe spellchecking C++ library (mingw-w64)" arch=('any') url="https://nuspell.github.io/" diff --git a/mingw-w64-opencv/PKGBUILD b/mingw-w64-opencv/PKGBUILD index e4b3195de5..99b21d423b 100644 --- a/mingw-w64-opencv/PKGBUILD +++ b/mingw-w64-opencv/PKGBUILD @@ -4,7 +4,7 @@ _realname=opencv pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=4.5.1 -pkgrel=1 +pkgrel=2 pkgdesc="Open Source Computer Vision Library (mingw-w64)" arch=('any') url="https://opencv.org/" diff --git a/mingw-w64-poppler/PKGBUILD b/mingw-w64-poppler/PKGBUILD index b052285d76..18bb753a30 100644 --- a/mingw-w64-poppler/PKGBUILD +++ b/mingw-w64-poppler/PKGBUILD @@ -4,7 +4,7 @@ _realname=poppler pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=20.12.1 -pkgrel=1 +pkgrel=2 pkgdesc="PDF rendering library based on xpdf 3.0 (mingw-w64)" arch=('any') url="https://poppler.freedesktop.org/" diff --git a/mingw-w64-python-icu/PKGBUILD b/mingw-w64-python-icu/PKGBUILD index bd835e4fe2..5766a0689a 100644 --- a/mingw-w64-python-icu/PKGBUILD +++ b/mingw-w64-python-icu/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-icu") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-icu") replaces=("${MINGW_PACKAGE_PREFIX}-python3-icu") pkgver=2.6 -pkgrel=1 +pkgrel=2 pkgdesc="Python extension wrapping the ICU C++ API (mingw-w64)" arch=('any') license=('BSD') diff --git a/mingw-w64-tesseract-ocr/PKGBUILD b/mingw-w64-tesseract-ocr/PKGBUILD index ca70987e35..93248c4f5e 100644 --- a/mingw-w64-tesseract-ocr/PKGBUILD +++ b/mingw-w64-tesseract-ocr/PKGBUILD @@ -5,7 +5,7 @@ _realname=tesseract-ocr pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=4.1.1 -pkgrel=5 +pkgrel=6 pkgdesc="Tesseract OCR (mingw-w64)" arch=('any') url="https://github.com/tesseract-ocr/tesseract"