diff --git a/mingw-w64-audaspace/PKGBUILD b/mingw-w64-audaspace/PKGBUILD index 53d4d45bbc..2923eb7a63 100644 --- a/mingw-w64-audaspace/PKGBUILD +++ b/mingw-w64-audaspace/PKGBUILD @@ -6,7 +6,7 @@ pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" _base_ver=1.3.0 _commit='44b57af54686dc1f860ac75c9352b6c77646a14f' pkgver=1.3.0.r638 -pkgrel=2 +pkgrel=3 pkgdesc="A high level audio library written in C++ with language bindings for Python (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') diff --git a/mingw-w64-mypaint/PKGBUILD b/mingw-w64-mypaint/PKGBUILD index 4e409d10e5..01ce0ba9a5 100644 --- a/mingw-w64-mypaint/PKGBUILD +++ b/mingw-w64-mypaint/PKGBUILD @@ -4,7 +4,7 @@ _realname=mypaint pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=2.0.0 -pkgrel=4 +pkgrel=5 arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') pkgdesc="Simple drawing & painting program that works well with Wacom-style graphics tablets (mingw-w64)" diff --git a/mingw-w64-openexr/PKGBUILD b/mingw-w64-openexr/PKGBUILD index 5b1fc83182..f285e1c648 100644 --- a/mingw-w64-openexr/PKGBUILD +++ b/mingw-w64-openexr/PKGBUILD @@ -6,7 +6,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-ilmbase" "${MINGW_PACKAGE_PREFIX}-${_realname}" "${MINGW_PACKAGE_PREFIX}-pyilmbase") pkgver=2.5.7 -pkgrel=3 +pkgrel=4 pkgdesc="Openexr library for EXR images (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') diff --git a/mingw-w64-python-imagecodecs/PKGBUILD b/mingw-w64-python-imagecodecs/PKGBUILD index d74e220b2f..5313c0bbe6 100644 --- a/mingw-w64-python-imagecodecs/PKGBUILD +++ b/mingw-w64-python-imagecodecs/PKGBUILD @@ -4,7 +4,7 @@ _realname=imagecodecs pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=2021.6.8 -pkgrel=2 +pkgrel=3 pkgdesc="Image transformation, compression, and decompression codecs (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') diff --git a/mingw-w64-python-lws/PKGBUILD b/mingw-w64-python-lws/PKGBUILD index 1eac2e4659..58ba7f7201 100644 --- a/mingw-w64-python-lws/PKGBUILD +++ b/mingw-w64-python-lws/PKGBUILD @@ -4,7 +4,7 @@ _realname=lws pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=1.2.7 -pkgrel=2 +pkgrel=3 pkgdesc='Fast spectrogram phase recovery using Local Weighted Sums (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') diff --git a/mingw-w64-python-matplotlib/PKGBUILD b/mingw-w64-python-matplotlib/PKGBUILD index 8ed606741f..d1f3f27c1b 100644 --- a/mingw-w64-python-matplotlib/PKGBUILD +++ b/mingw-w64-python-matplotlib/PKGBUILD @@ -8,7 +8,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=3.3.4 -pkgrel=3 +pkgrel=4 pkgdesc="A python plotting library, making publication quality plots (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') diff --git a/mingw-w64-python-numba/PKGBUILD b/mingw-w64-python-numba/PKGBUILD index 666f6f8c53..608d689329 100644 --- a/mingw-w64-python-numba/PKGBUILD +++ b/mingw-w64-python-numba/PKGBUILD @@ -4,7 +4,7 @@ _realname=numba pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") pkgver=0.53.1 -pkgrel=2 +pkgrel=3 pkgdesc='NumPy aware dynamic Python compiler using LLVM (mingw-w64)' arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') diff --git a/mingw-w64-python-numexpr/PKGBUILD b/mingw-w64-python-numexpr/PKGBUILD index 9a1772a3a1..ad7e975c9f 100644 --- a/mingw-w64-python-numexpr/PKGBUILD +++ b/mingw-w64-python-numexpr/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=2.7.3 -pkgrel=2 +pkgrel=3 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') diff --git a/mingw-w64-python-pandas/PKGBUILD b/mingw-w64-python-pandas/PKGBUILD index f1f8187e48..480472622e 100644 --- a/mingw-w64-python-pandas/PKGBUILD +++ b/mingw-w64-python-pandas/PKGBUILD @@ -7,7 +7,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.0.5 -pkgrel=3 +pkgrel=4 pkgdesc="Cross-section and time series data analysis toolkit (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') diff --git a/mingw-w64-python-pywavelets/PKGBUILD b/mingw-w64-python-pywavelets/PKGBUILD index c9f897969e..d454eff812 100644 --- a/mingw-w64-python-pywavelets/PKGBUILD +++ b/mingw-w64-python-pywavelets/PKGBUILD @@ -8,7 +8,7 @@ provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") pkgver=1.1.1 -pkgrel=2 +pkgrel=3 pkgdesc="Discrete Wavelet Transforms in Python (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')