summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Gravier2019-03-12 11:22:22 -0400
committerKevin Gravier2019-03-12 11:22:22 -0400
commitf8088d7cf4d71d4d6369ed562552d3bf17c41c24 (patch)
tree9994bf08868fb1cc6bd446ab5e4b794c41a4d874
parentc210515ff2237005e0c70c7c54bfbcfb60918ead (diff)
downloadaur-f8088d7cf4d71d4d6369ed562552d3bf17c41c24.tar.gz
Updated for v2019.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD7
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f46b1401d3bd..89b5aa7f2c55 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = meshroom-bin
pkgdesc = Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework.
- pkgver = 2018.1.0
+ pkgver = 2019.1.0
pkgrel = 2
url = https://github.com/alicevision/meshroom
arch = i686
@@ -8,15 +8,15 @@ pkgbase = meshroom-bin
license = MPL2
depends = libgl
provides = meshroom
- source = https://github.com/alicevision/meshroom/releases/download/v2018.1.0/Meshroom-2018.1.0-linux.tar.gz
+ source = https://github.com/alicevision/meshroom/releases/download/v2019.1.0/Meshroom-2019.1.0-linux.tar.gz
source = Meshroom
source = meshroom_photogrammetry
source = Meshroom.png
source = Meshroom.desktop
- sha256sums = 5400f7e7fa315dbcd139ad45085a97bc9f1a32f5120f2bdedad1802bb97d9acf
+ sha256sums = 3455c785282a8836a5dd5e5f404a5876de7b9619d0567a476a2d5e79bf449fab
sha256sums = ccfc665d6df6bb1b1d3f0490d7e83297c0ae2b7f7a90fb4cb28fdecd85a03feb
sha256sums = a80575135fa438321dc743c95f64defb2c0ed664e30e76d43d42c14366e15eca
- sha256sums = bbd762e051b261764c9d208820a8f04819d6804126f3f2fb97850dba17113a24
+ sha256sums = a24e45c707c8e0689f2f1b7952f652e824b7c55e159f4c4a0421fabd428cdf5e
sha256sums = b3c1a11f6fa397a0f7303272692999809df69e9c1d83ddac95d88243b3eff6a3
pkgname = meshroom-bin
diff --git a/.gitignore b/.gitignore
index 5cdcf66ab270..bb203ddc5507 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ src/
pkg/
*.tar.gz
*.pkg.tar
+*.pkg.tar.xz \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 5e8a284a4b9b..922d7bada3f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : bartus <arch-user-repoᘓbartus.33mail.com>
pkgname=meshroom-bin
-pkgver=2018.1.0
+pkgver=2019.1.0
pkgrel=2
pkgdesc="Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision framework."
arch=('i686' 'x86_64')
@@ -12,9 +12,10 @@ groups=()
depends=('libgl')
makedepends=()
provides=('meshroom')
+options=('!strip')
source=(
- 'https://github.com/alicevision/meshroom/releases/download/v2018.1.0/Meshroom-2018.1.0-linux.tar.gz'
+ 'https://github.com/alicevision/meshroom/releases/download/v2019.1.0/Meshroom-2019.1.0-linux.tar.gz'
'Meshroom'
'meshroom_photogrammetry'
'Meshroom.png'
@@ -22,7 +23,7 @@ source=(
)
sha256sums=(
- '5400f7e7fa315dbcd139ad45085a97bc9f1a32f5120f2bdedad1802bb97d9acf'
+ '3455c785282a8836a5dd5e5f404a5876de7b9619d0567a476a2d5e79bf449fab'
'ccfc665d6df6bb1b1d3f0490d7e83297c0ae2b7f7a90fb4cb28fdecd85a03feb'
'a80575135fa438321dc743c95f64defb2c0ed664e30e76d43d42c14366e15eca'
'a24e45c707c8e0689f2f1b7952f652e824b7c55e159f4c4a0421fabd428cdf5e'