Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / cgal


Commits:
19335956 by Antonio Rojas at 2024-04-20T13:55:07+02:00
upgpkg: 5.6.1-1: Update to 5.6.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = cgal
+       pkgdesc = Computational Geometry Algorithms Library
+       pkgver = 5.6.1
+       pkgrel = 1
+       url = https://www.cgal.org
+       arch = any
+       license = GPL
+       license = LGPL
+       makedepends = cmake
+       depends = boost
+       depends = eigen
+       depends = gmp
+       depends = mpfr
+       source = 
https://github.com/CGAL/cgal/releases/download/v5.6.1/CGAL-5.6.1.tar.xz
+       sha256sums = 
cdb15e7ee31e0663589d3107a79988a37b7b1719df3d24f2058545d1bcdd5837
+
+pkgname = cgal


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 # Contributor: Dmitriy Morozov <foxcub>
 
 pkgname=cgal
-pkgver=5.6
+pkgver=5.6.1
 pkgrel=1
 pkgdesc="Computational Geometry Algorithms Library"
 arch=(any)
@@ -13,7 +13,7 @@ depends=(boost eigen gmp mpfr)
 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=('dcab9b08a50a06a7cc2cc69a8a12200f8d8f391b9b8013ae476965c10b45161f')
+sha256sums=('cdb15e7ee31e0663589d3107a79988a37b7b1719df3d24f2058545d1bcdd5837')
 
 build() {
   cmake -B build -S CGAL-${pkgver} \



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cgal/-/commit/19335956d0d3b83584d0c28bc4ccf59bab65be83
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to