cgal: update to 5.6

This commit is contained in:
Mehdi Chinoune
2023-08-12 06:36:20 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 0acc279b87
commit 679c295cb4

View File

@@ -3,7 +3,7 @@
_realname=cgal
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=5.5.2
pkgver=5.6
pkgrel=1
pkgdesc="Computational Geometry Algorithms Library (mingw-w64)"
arch=('any')
@@ -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=('b2b05d5616ecc69facdc24417cce0b04fb4321491d107db45103add520e3d8c3')
sha256sums=('dcab9b08a50a06a7cc2cc69a8a12200f8d8f391b9b8013ae476965c10b45161f')
prepare() {
plain 'No Step'