summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0aad2f90caf..6ae72c4f8c6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,17 @@
pkgbase = uncertainty-framework
pkgdesc = Uncertainty estimation framework for a surface from motion dataset
pkgver = 1.2.0
- pkgrel = 2
+ pkgrel = 3
url = http://alicevision.github.io/
arch = i686
arch = x86_64
license = MPL2
- makedepends = magma
makedepends = boost
makedepends = cmake
makedepends = git
makedepends = gflags
makedepends = cuda
- depends = magma-libs
+ depends = magma
depends = ceres-solver
source = UncertaintyTE::git+https://github.com/alicevision/UncertaintyTE.git
source = ctest.patch
diff --git a/PKGBUILD b/PKGBUILD
index 21fc3f268b13..b45aa166ec81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=UncertaintyTE
pkgname=uncertainty-framework
pkgver=1.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="Uncertainty estimation framework for a surface from motion dataset"
arch=('i686' 'x86_64')
url="http://alicevision.github.io/"
@@ -13,8 +13,8 @@ license=('MPL2')
groups=()
conflicts=()
provides=()
-depends=(magma-libs ceres-solver)
-makedepends=(magma boost cmake git gflags cuda)
+depends=(magma ceres-solver)
+makedepends=(boost cmake git gflags cuda)
source=("${_name}::git+https://github.com/alicevision/${_name}.git"
"ctest.patch")
sha256sums=('SKIP'