summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2020-12-19 18:28:12 +0100
committerbartus2020-12-19 18:28:12 +0100
commit0cad2d106eecd0b99c028eb4ac5ad94f2a99e526 (patch)
tree2b1485b5e92306d4dfc1148f33083b72f3246fa1
parentc6e640beab6e41d73108ec1bd2c13737bc21996f (diff)
downloadaur-0cad2d106eecd0b99c028eb4ac5ad94f2a99e526.tar.gz
Purge empty dirs
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9b282f84bee..95be7b1010f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -29,6 +29,7 @@ pkgbase = openmvg-git
depends = coin-or-clp
depends = coin-or-osi
depends = coin-or-lemon
+ options = !emptydirs
source = git+https://github.com/openMVG/openMVG.git#branch=develop
source = git+https://github.com/elmindreda/glfw.git
source = git+https://github.com/openMVG-thirdparty/osi_clp.git
diff --git a/PKGBUILD b/PKGBUILD
index cd1db628d15b..f9c821e9ebc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ pkgdesc='open Multiple View Geometry library. Basis for 3D computer vision and S
arch=('i686' 'x86_64')
url='http://imagine.enpc.fr/~moulonp/openMVG/'
license=('MPL')
+options=('!emptydirs')
depends=('glfw' 'lz4' 'libpng' 'libjpeg' 'libtiff' 'libxcursor' 'libxinerama' 'libxrandr' 'libxxf86vm' 'libxi' 'graphviz' 'libgl' 'ceres-solver' 'gflags' 'flann' 'coin-or-coinutils' 'coin-or-clp' 'coin-or-osi' 'coin-or-lemon')
makedepends=('git' 'cmake' 'doxygen' 'eigen')
source=("git+https://github.com/${_gitname}/${_gitname}.git${_fragment}"