Date: Tuesday, July 26, 2022 @ 12:02:30 Author: archange Revision: 1258783
upgpkg: cgal 5.5-1 Modified: cgal/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-26 10:20:13 UTC (rev 1258782) +++ PKGBUILD 2022-07-26 12:02:30 UTC (rev 1258783) @@ -3,7 +3,7 @@ # Contributor: Dmitriy Morozov <foxcub> pkgname=cgal -pkgver=5.4 +pkgver=5.5 pkgrel=1 pkgdesc="Computational Geometry Algorithms Library" arch=(any) @@ -13,7 +13,7 @@ makedepends=(cmake) source=(https://github.com/CGAL/cgal/releases/download/v${pkgver}/CGAL-${pkgver}.tar.xz) # https://github.com/CGAL/cgal/releases/download/v${pkgver}/sha256sum.txt -sha256sums=(b3d735ec42fd65ac1413c70e7a197bf3d971e4499347ccfaad92cc82d62dc256) +sha256sums=('98ac395ca08aacf38b7a8170a822b650aedf10355df41dd0e4bfb238408e08a6') build() { cmake -B build -S CGAL-${pkgver} \
