summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2017-08-10 14:31:48 +0200
committerbartus2017-08-10 14:31:48 +0200
commit887173a220c34b5579d22c361e098d862cf06fa4 (patch)
tree571195e50ce7e028ea3b96ebcb4fb9ce33ecadb9
parentd86061d31c2405f64f93cc88043c2799b485980e (diff)
downloadaur-887173a220c34b5579d22c361e098d862cf06fa4.tar.gz
refactor fragment definition
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ac662d5b752..d10f19cbfe00 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.r98.gefe21ec
pkgrel = 1
url = https://colmap.github.io/
install = colmap-git.install
diff --git a/PKGBUILD b/PKGBUILD
index bdf998ce3a8d..3a225356f159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: bartus szczepaniak <aur@bartus.33mail.com>
name=colmap
-fragment=dev
+#fragment="#commit=5bea89263bf5f3ed623b8e6e6a5f022a0ed9c1de"
+fragment="#branch=dev"
pkgname=${name}-git
-pkgver=3.1.r84.g3c7fd57
+pkgver=3.1.r98.gefe21ec
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 +19,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"