diff --git a/mingw-w64-cgal/PKGBUILD b/mingw-w64-cgal/PKGBUILD index 25b856c5ea..e191b4e18b 100644 --- a/mingw-w64-cgal/PKGBUILD +++ b/mingw-w64-cgal/PKGBUILD @@ -3,8 +3,8 @@ _realname=cgal pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" -pkgver=5.5 -pkgrel=2 +pkgver=5.5.1 +pkgrel=1 pkgdesc="Computational Geometry Algorithms Library (mingw-w64)" arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') @@ -27,7 +27,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-eigen3: for some packages, see the CGAL man "${MINGW_PACKAGE_PREFIX}-qt5-script: for CGAL_Qt5" "${MINGW_PACKAGE_PREFIX}-tbb: for some packages, see the CGAL manual") source=(https://github.com/CGAL/cgal/releases/download/v${pkgver}/CGAL-${pkgver}.tar.xz) -sha256sums=('98ac395ca08aacf38b7a8170a822b650aedf10355df41dd0e4bfb238408e08a6') +sha256sums=('091630def028facdcaf00eb5b68ad79eddac1b855cca6e87eef18a031566edfc') prepare() { plain 'No Step'