Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / geogram
Commits: c10243aa by Sven-Hendrik Haase at 2025-08-08T13:01:19+02:00 upgpkg: 1.9.6-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,15 +1,15 @@ pkgbase = geogram pkgdesc = Library of geometric algorithms - pkgver = 1.9.1 - pkgrel = 2 + pkgver = 1.9.6 + pkgrel = 1 url = https://github.com/BrunoLevy/geogram arch = x86_64 - license = BSD + license = BSD-3-Clause makedepends = cmake makedepends = ninja depends = glu depends = glfw-x11 - source = https://github.com/BrunoLevy/geogram/releases/download/v1.9.1/geogram_1.9.1.tar.gz - sha256sums = bfd2e1051d1240cd3a9e58ca7390cff593d093af682bd2257ed8a43a4cf1eec0 + source = https://github.com/BrunoLevy/geogram/releases/download/v1.9.6/geogram_1.9.6.tar.gz + sha256sums = 79dbe919737d8988668d6a72196a82389e0dfd8760250d26a28414afd558477f pkgname = geogram ===================================== PKGBUILD ===================================== @@ -1,21 +1,21 @@ # Maintainer: Sven-Hendrik Haase <svenst...@archlinux.org> # Contributor: bartus <arch-user-repoᘓbartus.33mail.com> pkgname=geogram -pkgver=1.9.1 -pkgrel=2 +pkgver=1.9.6 +pkgrel=1 pkgdesc="Library of geometric algorithms" arch=('x86_64') url="https://github.com/BrunoLevy/geogram" -license=('BSD') +license=('BSD-3-Clause') depends=('glu' 'glfw-x11') makedepends=('cmake' 'ninja') source=("https://github.com/BrunoLevy/geogram/releases/download/v${pkgver}/geogram_${pkgver}.tar.gz") -sha256sums=('bfd2e1051d1240cd3a9e58ca7390cff593d093af682bd2257ed8a43a4cf1eec0') +sha256sums=('79dbe919737d8988668d6a72196a82389e0dfd8760250d26a28414afd558477f') build() { cd ${pkgname}_${pkgver} - CFLAGS+=" -Wno-incompatible-pointer-types" \ + CFLAGS+=" -Wno-incompatible-pointer-types -std=gnu99" \ cmake \ -Bbuild \ -GNinja \ View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/geogram/-/commit/c10243aa6872fa4d17ab700c4a8179049bf014c9 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/geogram/-/commit/c10243aa6872fa4d17ab700c4a8179049bf014c9 You're receiving this email because of your account on gitlab.archlinux.org.