summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ac662d5b752..61b3e189428e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colmap-git
pkgdesc = COLMAP is a general-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface.
- pkgver = 3.1.r84.g3c7fd57
+ pkgver = 3.1.r33.g9786c6e
pkgrel = 1
url = https://colmap.github.io/
install = colmap-git.install
@@ -23,7 +23,7 @@ pkgbase = colmap-git
depends = qt5-base
optdepends = cuda: for cuda sfm/mvs acceleration
options = !buildflags
- source = colmap-git::git+https://github.com/colmap/colmap.git#branch=dev
+ source = colmap-git::git+https://github.com/colmap/colmap.git#commit=9786c6
source = nvm-export.patch
source = colmap-git.install
source = colmap.desktop
diff --git a/PKGBUILD b/PKGBUILD
index bdf998ce3a8d..c81899aee3b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: bartus szczepaniak <aur@bartus.33mail.com>
name=colmap
-fragment=dev
+fragment="#commit=9786c6"
pkgname=${name}-git
-pkgver=3.1.r84.g3c7fd57
+pkgver=3.1.r33.g9786c6e
pkgrel=1
pkgdesc="COLMAP is a general-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface."
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ options=(!buildflags)
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
CXXFLAGS="${CFLAGS}"
install=${pkgname}.install
-source=("${pkgname}::git+https://github.com/colmap/colmap.git#branch=${fragment}"
+source=("${pkgname}::git+https://github.com/colmap/colmap.git${fragment}"
"nvm-export.patch"
"${pkgname}.install"
"${name}.desktop"