Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
cgal


Commits:
47c02202 by Jakub Klinkovský at 2026-06-14T20:33:47+02:00
upgpkg: 6.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = cgal
        pkgdesc = Computational Geometry Algorithms Library
-       pkgver = 6.1.1
+       pkgver = 6.2
        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.1.1/CGAL-6.1.1.tar.xz
-       sha256sums = 
52506935f70e247ed2777e3c65f20e86f79208c2a2d0e180ae7475daf11c96ef
+       source = 
https://github.com/CGAL/cgal/releases/download/v6.2/CGAL-6.2.tar.xz
+       sha256sums = 
fbc32816745e871a5cbdeb6245317e9dbf10ae1a957b0ab1edb00b4fde00ba8d
 
 pkgname = cgal


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Kyle Keen <[email protected]>
 
 pkgname=cgal
-pkgver=6.1.1
+pkgver=6.2
 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=('52506935f70e247ed2777e3c65f20e86f79208c2a2d0e180ae7475daf11c96ef')
+sha256sums=('fbc32816745e871a5cbdeb6245317e9dbf10ae1a957b0ab1edb00b4fde00ba8d')
 
 build() {
   local cmake_options=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cgal/-/commit/47c02202624967ef827e09d9d2bcddca456ef75b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cgal/-/commit/47c02202624967ef827e09d9d2bcddca456ef75b
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to