Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
geogram
Commits:
2cb63395 by Sven-Hendrik Haase at 2026-04-08T22:49:28+02:00
upgpkg: 1.9.9-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = geogram
pkgdesc = Library of geometric algorithms
- pkgver = 1.9.8
- pkgrel = 3
+ pkgver = 1.9.9
+ pkgrel = 1
url = https://github.com/BrunoLevy/geogram
arch = x86_64
license = BSD-3-Clause
@@ -13,7 +13,8 @@ pkgbase = geogram
depends = libgcc
depends = libgomp
depends = libstdc++
- source =
https://github.com/BrunoLevy/geogram/releases/download/v1.9.8/geogram_1.9.8.tar.gz
- sha256sums =
6df1186d8e7ed5a7ee02cf486f823cbc74400199822709b2b3faa9b7d6596c96
+ depends = libxrandr
+ source =
https://github.com/BrunoLevy/geogram/releases/download/v1.9.9/geogram_1.9.9.tar.gz
+ sha256sums =
65402f3ce4b40efab178874c4ec1a8852f0ca1ab4567d72000d53efcaff52214
pkgname = geogram
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
# Contributor: bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=geogram
-pkgver=1.9.8
-pkgrel=3
+pkgver=1.9.9
+pkgrel=1
pkgdesc="Library of geometric algorithms"
arch=('x86_64')
url="https://github.com/BrunoLevy/geogram"
license=('BSD-3-Clause')
-depends=('glfw-x11' 'glibc' 'glu' 'libgcc' 'libgomp' 'libstdc++')
+depends=('glfw-x11' 'glibc' 'glu' 'libgcc' 'libgomp' 'libstdc++' 'libxrandr')
makedepends=('cmake' 'ninja')
source=("https://github.com/BrunoLevy/geogram/releases/download/v${pkgver}/geogram_${pkgver}.tar.gz")
-sha256sums=('6df1186d8e7ed5a7ee02cf486f823cbc74400199822709b2b3faa9b7d6596c96')
+sha256sums=('65402f3ce4b40efab178874c4ec1a8852f0ca1ab4567d72000d53efcaff52214')
build() {
cd ${pkgname}_${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/geogram/-/commit/2cb63395cfe1aa7496132014dcaef40d4170aa36
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/geogram/-/commit/2cb63395cfe1aa7496132014dcaef40d4170aa36
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