summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-12-21 20:06:18 +0100
committerbartus2018-12-21 20:06:18 +0100
commit722baa63bf03edae37d9907cbd552902f66a6931 (patch)
tree2b5bef38f8eca8a3b998e8e96d785c7971c9db8e /PKGBUILD
parent38837e6b79d481372449fe6e64ee4cca09a529a9 (diff)
downloadaur-722baa63bf03edae37d9907cbd552902f66a6931.tar.gz
remove upstream applied patch (cgal)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 36bd64ff2b5a..6661fa22f3f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=openmvs-git
-pkgver=0.7.r47.g063e5cd
-pkgrel=2
+pkgver=0.7.r65.gd19dae8
+pkgrel=1
pkgdesc="open Multi-View Stereo reconstruction library with simple and automatic set of tools"
arch=('i686' 'x86_64')
url="http://cdcseacave.github.io/openMVS"
@@ -14,11 +14,10 @@ optdepends=('nvidia-utils: GPU optimized mesh reconstruction code'
options=()
source=("${pkgname}::git+https://github.com/cdcseacave/openMVS.git"
"vcglib::git+https://github.com/cdcseacave/VCG.git"
- "cgal.patch"
)
md5sums=('SKIP'
'SKIP'
- '39aa2f1e8cb22bd52a3129539596e495')
+ )
pkgver() {
cd "$pkgname"
@@ -27,10 +26,9 @@ pkgver() {
}
-prepare() {
- cd ${srcdir}/${pkgname}
- git apply -v ${srcdir}/cgal.patch
-}
+#prepare() {
+# cd ${srcdir}/${pkgname}
+#}
build() {