cgal: Update to 4.9

This commit is contained in:
Alexey Pavlov
2016-09-24 20:46:44 +03:00
parent f4a5d3814e
commit b9869e4c5b

View File

@@ -3,7 +3,7 @@
_realname=cgal
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=4.8
pkgver=4.9
pkgrel=1
pkgdesc="Computational Geometry Algorithms Library (mingw-w64)"
arch=('any')
@@ -23,7 +23,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-eigen3: for some packages, see the CGAL man
options=('strip' 'staticlibs')
source=(https://github.com/CGAL/cgal/releases/download/releases/CGAL-${pkgver}/CGAL-${pkgver}.tar.xz
msys2-relocate-cmake-config.patch)
sha256sums=('2483ccf34ae41e830a3e33f2f471aadecf43316fb56bf632e403765ad035ce25'
sha256sums=('63ac5df71f912f34f2f0f2e54a303578df51f4ec2627db593a65407d791f9039'
'e4dc11a835f94d6b6b70e548a321dc6b1cf793e9d7417bb6cdb61c9b49e64d86')
prepare() {