cgal: update to 5.5.1

This commit is contained in:
Mehdi Chinoune
2022-10-15 06:27:03 +00:00
parent f392d29536
commit 1de1404be0

View File

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