summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2024-02-19 16:58:59 +0100
committerbartus2024-02-19 16:58:59 +0100
commit658077175bf7c81649dad765a1dd3534524a87b3 (patch)
treeae79039a555c17e616322de4cc84d4d9485c7479
parent2ac6207058f17676307509a7e187e5c78ed7d1d7 (diff)
downloadaur-658077175bf7c81649dad765a1dd3534524a87b3.tar.gz
Pop version to v3.9.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25dde6c0f837..3a5b5f375022 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colmap
pkgdesc = General-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface.
- pkgver = 3.9
+ pkgver = 3.9.1
pkgrel = 1
url = https://colmap.github.io/
arch = i686
@@ -27,7 +27,7 @@ pkgbase = colmap
depends = metis
depends = flann
optdepends = libcudart.so: required for dense reconstruction
- source = colmap::git+https://github.com/colmap/colmap.git#tag=3.9
+ source = colmap::git+https://github.com/colmap/colmap.git#tag=3.9.1
source = vocabulary-tree-32K.bin::https://demuc.de/colmap/vocab_tree_flickr100K_words32K.bin
source = vocabulary-tree-256K.bin::https://demuc.de/colmap/vocab_tree_flickr100K_words256K.bin
source = vocabulary-tree-1M.bin::https://demuc.de/colmap/vocab_tree_flickr100K_words1M.bin
diff --git a/PKGBUILD b/PKGBUILD
index 4b6db6f59e11..7d381614edc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ check_option "debug" "y" && BUILD_TYPE=Debug || BUID_TYPE=Release
## Configuration env vars:
_BUILD_CUDA="${BUILD_CUDA:-ON}"
_CUDA_ARCH="${CUDA_ARCH:-native}"
-_fragment=${FRAGMENT:-#tag=3.9}
+_fragment=${FRAGMENT:-#tag=3.9.1}
# Use CMAKE_FLAGS=xxx:yyy:zzz to define extra CMake flags
[[ -v CMAKE_FLAGS ]] && mapfile -t -d: _CMAKE_FLAGS < <(echo -n "$CMAKE_FLAGS")
_name=colmap
#fragment="#commit=5bea89263bf5f3ed623b8e6e6a5f022a0ed9c1de"
pkgname=${_name}
-pkgver=3.9
+pkgver=3.9.1
pkgrel=1
pkgdesc="General-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface."
arch=('i686' 'x86_64')
@@ -37,7 +37,7 @@ sha256sums=('SKIP'
'fb60f7ba8081ee5c278f03c62329a374d1b24136b374a49393b453db1529a8c6')
prepare() {
-: # git -C "$pkgname" apply -v "$srcdir"/*.patch
+ git -C "$pkgname" cherry-pick -n 71cebde85b5ce290c93f67326eea7c1b1c0cea97
}