From 2238ced1400e94e6669c9efb248ded734b846ab1 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Sun, 28 Apr 2024 12:33:06 +0200 Subject: [PATCH] community/cpd: rebuild against fgt 0.4.11 Without the rebuild cpd can't be used as a dependency for anything due to wanting the CMake files of fgt 0.4.10 --- community/cpd/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/cpd/APKBUILD b/community/cpd/APKBUILD index 6a7d3442eb0..be955ec0fb7 100644 --- a/community/cpd/APKBUILD +++ b/community/cpd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=cpd pkgver=0.5.5 -pkgrel=0 +pkgrel=1 pkgdesc="C++ implementation of the Coherent Point Drift point set registration algorithm." url="https://github.com/gadomski/cpd" arch="all"