summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2019-06-22 12:52:10 +0200
committerbartus2019-06-22 12:52:10 +0200
commitd24c590025d062f475403553a3c43850f519d180 (patch)
treec1797fd31198223b31540e5b1dc22e32a668ddf1 /PKGBUILD
parentd5f7bed2c9a89250f429f64a3c758c6f51b5e9a3 (diff)
downloadaur-d24c590025d062f475403553a3c43850f519d180.tar.gz
Revert "gcc9 fix"
This reverts commit d5f7bed2c9a89250f429f64a3c758c6f51b5e9a3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e615ccecaf1a..83b642d29245 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ name=colmap
#fragment="#commit=5bea89263bf5f3ed623b8e6e6a5f022a0ed9c1de"
fragment="#branch=dev"
pkgname=${name}-git
-pkgver=3.6.dev.2.r12.g7b0c938
+pkgver=3.6.dev.1.r47.gc423ca9
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')
@@ -22,7 +22,6 @@ fi
install=${pkgname}.install
source=("${pkgname}::git+https://github.com/colmap/colmap.git${fragment}"
"nvm-export.patch"
- "gcc9.patch"
"${pkgname}.install"
"vocabulary-tree-32K.bin::https://demuc.de/colmap/vocab_tree_flickr100K_words32K.bin"
"vocabulary-tree-256K.bin::https://demuc.de/colmap/vocab_tree_flickr100K_words256K.bin"
@@ -30,7 +29,6 @@ source=("${pkgname}::git+https://github.com/colmap/colmap.git${fragment}"
)
md5sums=('SKIP'
'1542bbbaa7951dbf0b2472354b4b493d'
- 'c14369d73fabb219537f6cb424c5edee'
'ebb1dc43e014a1e720a06422c6248a40'
'65b200a06e15205bda713c8553953c50'
'57e1c8073d9085631911e060c3802bd2'
@@ -43,7 +41,7 @@ pkgver() {
prepare() {
cd ${srcdir}/${pkgname}
- git apply -v ${srcdir}/*.patch
+ git apply ${srcdir}/nvm-export.patch
}