Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / geogram
Commits: 68a8dc54 by Sven-Hendrik Haase at 2024-03-26T05:02:56+01:00 upgpkg: 1.8.8-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = geogram + pkgdesc = Library of geometric algorithms + pkgver = 1.8.8 + pkgrel = 1 + url = https://github.com/BrunoLevy/geogram + arch = x86_64 + license = BSD + makedepends = cmake + makedepends = ninja + depends = glu + depends = glfw-x11 + source = https://github.com/BrunoLevy/geogram/releases/download/v1.8.8/geogram_1.8.8.tar.gz + sha256sums = 698bc9ad9d58139fe9fdf3eab0596f5b418c4edd593eee960de98c0ab646d47e + +pkgname = geogram ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: bartus <arch-user-repoᘓbartus.33mail.com> pkgname=geogram -pkgver=1.8.3 +pkgver=1.8.8 pkgrel=1 pkgdesc="Library of geometric algorithms" arch=('x86_64') @@ -10,7 +10,7 @@ license=('BSD') depends=('glu' 'glfw-x11') makedepends=('cmake' 'ninja') source=("https://github.com/BrunoLevy/geogram/releases/download/v${pkgver}/geogram_${pkgver}.tar.gz") -sha256sums=('f75ab433fe2402bd14a165ce4081184b555b80443f17810139f244f55af56e7c') +sha256sums=('698bc9ad9d58139fe9fdf3eab0596f5b418c4edd593eee960de98c0ab646d47e') build() { cd ${pkgname}_${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/geogram/-/commit/68a8dc549d5029c9686384da553c6484e53a3619 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/geogram/-/commit/68a8dc549d5029c9686384da553c6484e53a3619 You're receiving this email because of your account on gitlab.archlinux.org.
