summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-08-21 23:10:35 +0200
committerbartus2019-08-21 23:10:35 +0200
commit10489a906bbf08d53e912f2cdb0f32e98096c418 (patch)
tree515a37d282690c1f055cfbea382e2bc58433d12f
parent27306d31be3b22858b367a1362970130d6a97caa (diff)
downloadaur-10489a906bbf08d53e912f2cdb0f32e98096c418.tar.gz
Pop version to 2.2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ba166ccd48c..cfe9a373699d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = alice-vision
pkgdesc = Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms
- pkgver = 2.0.0
- pkgrel = 2
- url = http://alicevision.github.io/
+ pkgver = 2.2.0
+ pkgrel = 1
+ url = https://alicevision.github.io/
arch = i686
arch = x86_64
license = MPL2
@@ -30,13 +30,13 @@ pkgbase = alice-vision
depends = google-glog
provides = alice-vision
conflicts = alice-vision-git
- source = https://github.com/alicevision/AliceVision/archive/v2.0.0.tar.gz
+ source = https://github.com/alicevision/AliceVision/archive/v2.2.0.tar.gz
source = ute_lib::git+https://github.com/alicevision/uncertaintyTE.git
source = geogram::git+https://github.com/alicevision/geogram.git
source = MeshSDFilter::git+https://github.com/alicevision/MeshSDFilter.git#branch=av_develop
source = nanoflann::git+https://github.com/alicevision/nanoflann.git
source = submodule.patch
- md5sums = 1ff20994f1ff259850c3e170ef451634
+ md5sums = a9d5cd07ed33c0b73390b11170b3b11f
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5972ecd9b2ed..88d02976ed36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_name=alice-vision
pkgname=${_name}
-pkgver=2.0.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc="Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms"
arch=('i686' 'x86_64')
-url="http://alicevision.github.io/"
+url="https://alicevision.github.io/"
license=('MPL2' 'MIT')
groups=()
conflicts=(alice-vision-git)
@@ -20,7 +20,7 @@ source=("https://github.com/alicevision/AliceVision/archive/v${pkgver}.tar.gz"
"nanoflann::git+https://github.com/alicevision/nanoflann.git"
"submodule.patch"
)
-md5sums=('1ff20994f1ff259850c3e170ef451634'
+md5sums=('a9d5cd07ed33c0b73390b11170b3b11f'
'SKIP'
'SKIP'
'SKIP'
@@ -46,7 +46,7 @@ _path="AliceVision-${pkgver}"
prepare() {
cd ${srcdir}/${_path}
patch -Np1 -i ${srcdir}/submodule.patch
- rmdir src/dependencies/{MeshSDFilter,nanoflann}
+ rm -rf src/dependencies/{MeshSDFilter,nanoflann}
cp -r ${srcdir}/MeshSDFilter src/dependencies/MeshSDFilter
cp -r ${srcdir}/nanoflann src/dependencies/nanoflann
}