diff options
author | bartus | 2017-04-20 10:55:52 +0200 |
---|---|---|
committer | bartus | 2017-04-20 10:55:52 +0200 |
commit | c8627480fba8335637f6791e154c436bcf7a3628 (patch) | |
tree | ea0cc5c5d03754c251875b83e7e76b3466f252d3 /PKGBUILD | |
parent | b240ce3d225da2027523d6a307db071450663efb (diff) | |
download | aur-c8627480fba8335637f6791e154c436bcf7a3628.tar.gz |
update vocabulary tree download paths
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ # Maintainer: bartus szczepaniak <aur@bartus.33mail.com> name=colmap pkgname=${name}-git -pkgver=2.1.r115.g7eceea5 +pkgver=2.1.r145.g2789ca2 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,9 +18,9 @@ source=("${pkgname}::git+https://github.com/colmap/colmap.git" "nvm-export.patch" "${pkgname}.install" "${name}.desktop" - "vocabulary-tree-64K.bin::http://people.inf.ethz.ch/jschoenb/colmap/2.1/vocab_tree-65536.bin" - "vocabulary-tree-256K.bin::http://people.inf.ethz.ch/jschoenb/colmap/2.1/vocab_tree-262144.bin" - "vocabulary-tree-1M.bin::http://people.inf.ethz.ch/jschoenb/colmap/2.1/vocab_tree-1048576.bin" + "vocabulary-tree-64K.bin::http://cvg.ethz.ch/research/jschoenb/colmap/vocab_tree-65536.bin" + "vocabulary-tree-256K.bin::http://cvg.ethz.ch/research/jschoenb/colmap/vocab_tree-262144.bin" + "vocabulary-tree-1M.bin::http://cvg.ethz.ch/research/jschoenb/colmap/vocab_tree-1048576.bin" ) md5sums=('SKIP' 'a59344b125e438a446f4ae1e747ea150' |