Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
planarity
Commits:
187cbfc7 by Antonio Rojas at 2025-10-18T11:10:08+02:00
upgpkg: 4.0.1.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = planarity
pkgdesc = A library for implementing graph algorithms
- pkgver = 4.0.0.0
+ pkgver = 4.0.1.0
pkgrel = 1
url = https://github.com/graph-algorithms/edge-addition-planarity-suite
arch = x86_64
license = BSD-3-Clause
makedepends = git
depends = glibc
- source =
git+https://github.com/graph-algorithms/edge-addition-planarity-suite#tag=Version_4.0.0.0
- sha256sums =
295c521f9ad62e415b71dc2ae0bee74f3552b686e24915483bbc49b283b662a6
+ source =
git+https://github.com/graph-algorithms/edge-addition-planarity-suite#tag=Version_4.0.1.0
+ sha256sums =
e60010389af5286c383b0617d94b30915ea45e13bdf0c72f77a1b50638ad9f76
pkgname = planarity
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=planarity
-pkgver=4.0.0.0
+pkgver=4.0.1.0
pkgrel=1
pkgdesc='A library for implementing graph algorithms'
arch=(x86_64)
@@ -10,7 +10,7 @@ license=(BSD-3-Clause)
depends=(glibc)
makedepends=(git)
source=(git+https://github.com/graph-algorithms/edge-addition-planarity-suite#tag=Version_$pkgver)
-sha256sums=('295c521f9ad62e415b71dc2ae0bee74f3552b686e24915483bbc49b283b662a6')
+sha256sums=('e60010389af5286c383b0617d94b30915ea45e13bdf0c72f77a1b50638ad9f76')
prepare() {
cd edge-addition-planarity-suite
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/planarity/-/commit/187cbfc74889cbe704e4f3dacf04c48c87f68f48
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/planarity/-/commit/187cbfc74889cbe704e4f3dacf04c48c87f68f48
You're receiving this email because of your account on gitlab.archlinux.org.