diff --git a/mingw-w64-ceres-solver/PKGBUILD b/mingw-w64-ceres-solver/PKGBUILD index d40eb41338..b80059e47e 100644 --- a/mingw-w64-ceres-solver/PKGBUILD +++ b/mingw-w64-ceres-solver/PKGBUILD @@ -4,7 +4,7 @@ _realname=ceres-solver pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=2.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="A large scale non-linear optimization library (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') diff --git a/mingw-w64-octave/PKGBUILD b/mingw-w64-octave/PKGBUILD index 863f5b00bf..83645198f9 100644 --- a/mingw-w64-octave/PKGBUILD +++ b/mingw-w64-octave/PKGBUILD @@ -2,7 +2,7 @@ _realname=octave pkgbase=mingw-w64-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-${_realname} pkgver=7.3.0 -pkgrel=2 +pkgrel=3 pkgdesc="GNU Octave: Interactive programming environment for numerical computations (mingw-w64)" url="https://www.octave.org" license=('spdx:GPL-3.0-or-later') diff --git a/mingw-w64-python-cvxopt/PKGBUILD b/mingw-w64-python-cvxopt/PKGBUILD index f6ffc70354..4c433854fe 100644 --- a/mingw-w64-python-cvxopt/PKGBUILD +++ b/mingw-w64-python-cvxopt/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.3.0 -pkgrel=3 +pkgrel=4 pkgdesc="Convex optimization based on the Python programming language (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') @@ -22,7 +22,6 @@ depends=("${MINGW_PACKAGE_PREFIX}-python" "${MINGW_PACKAGE_PREFIX}-fftw" "${MINGW_PACKAGE_PREFIX}-dsdp" "${MINGW_PACKAGE_PREFIX}-glpk") -options=('staticlibs' 'strip' '!debug') source=("https://github.com/cvxopt/cvxopt/archive/${pkgver}.tar.gz") sha256sums=('7aac94a116b7142a5f362e567c4b6c3b7c67b04b4a6a2a3c3b90b4c9f0ac74e1')