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.
This commit is contained in:
Christoph Reiter
2020-12-29 21:28:43 +01:00
parent 8e3e7a777f
commit 7d732ab85a
9 changed files with 9 additions and 9 deletions

View File

@@ -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/"

View File

@@ -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')

View File

@@ -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"

View File

@@ -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')

View File

@@ -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/"

View File

@@ -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/"

View File

@@ -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/"

View File

@@ -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')

View File

@@ -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"