Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
cgal
Commits:
8b80fcc7 by Jakub Klinkovský at 2025-10-01T21:52:32+02:00
upgpkg: 6.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cgal
pkgdesc = Computational Geometry Algorithms Library
- pkgver = 6.0.2
+ pkgver = 6.1
pkgrel = 1
url = https://www.cgal.org
arch = any
@@ -11,7 +11,7 @@ pkgbase = cgal
depends = eigen
depends = gmp
depends = mpfr
- source =
https://github.com/CGAL/cgal/releases/download/v6.0.2/CGAL-6.0.2.tar.xz
- sha256sums =
f30c5be7c25a2a3ea24bccbaab5cf63fafda63c0279f34d7e7f8b3212821fed6
+ source =
https://github.com/CGAL/cgal/releases/download/v6.1/CGAL-6.1.tar.xz
+ sha256sums =
618da8a8b3f5be46b4f0a47a1efb3c9e6c03d6aab0f5531d56d355d32701d79f
pkgname = cgal
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Kyle Keen <[email protected]>
pkgname=cgal
-pkgver=6.0.2
+pkgver=6.1
pkgrel=1
pkgdesc="Computational Geometry Algorithms Library"
arch=(any)
@@ -13,7 +13,7 @@ license=(GPL-3.0-or-later LGPL-3.0-or-later)
depends=(boost eigen gmp mpfr)
makedepends=(cmake)
source=(https://github.com/CGAL/cgal/releases/download/v$pkgver/CGAL-$pkgver.tar.xz)
-sha256sums=('f30c5be7c25a2a3ea24bccbaab5cf63fafda63c0279f34d7e7f8b3212821fed6')
+sha256sums=('618da8a8b3f5be46b4f0a47a1efb3c9e6c03d6aab0f5531d56d355d32701d79f')
build() {
local cmake_options=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cgal/-/commit/8b80fcc73cc58d5fe93826e262d398e2cd26502c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cgal/-/commit/8b80fcc73cc58d5fe93826e262d398e2cd26502c
You're receiving this email because of your account on gitlab.archlinux.org.