summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2023-08-23 18:37:10 +0200
committerbartus2023-08-23 18:43:32 +0200
commit30e95c7719d6b2e0f082cb02e1e27ac1508d79bb (patch)
treebc73921d2fb75573e0f89fcdff341ee21145effc
parent3a9025d6e678fbf4cf09bb565478684a4dff2764 (diff)
downloadaur-30e95c7719d6b2e0f082cb02e1e27ac1508d79bb.tar.gz
Pop version to 3.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a5cbb880b1d..7d0d135653e1 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.7
+ pkgver = 3.8
pkgrel = 1
url = https://colmap.github.io/
arch = i686
@@ -25,7 +25,7 @@ pkgbase = colmap
depends = boost-libs
depends = qt5-base
optdepends = libcudart.so: for cuda sfm/mvs acceleration
- source = colmap::git+https://github.com/colmap/colmap.git#tag=3.7
+ source = colmap::git+https://github.com/colmap/colmap.git#tag=3.8
source = gcc9.patch
source = cuda11_gcc11.patch
source = vocabulary-tree-32K.bin::https://demuc.de/colmap/vocab_tree_flickr100K_words32K.bin
diff --git a/PKGBUILD b/PKGBUILD
index 1f3a1314940a..d3d49a7bb663 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
## Configuration env vars:
_BUILD_CUDA="${BUILD_CUDA:-ON}"
_CUDA_ARCH="${CUDA_ARCH:-Auto}"
-_fragment=#${FRAGMENT:-tag=3.7}
+_fragment=${FRAGMENT:-#tag=3.8}
# 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.7
+pkgver=3.8
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')