summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordobedobedo2023-01-10 21:07:25 +0300
committerdobedobedo2023-01-10 21:07:25 +0300
commit4bcbd68380c960c4546eeadd2c2499da555ed237 (patch)
treef71c4d93484b9d770cfcbbabe3352aed58b615a9
parentc327bfca4f758561ec134b83890b148a7c36a408 (diff)
downloadaur-4bcbd68380c960c4546eeadd2c2499da555ed237.tar.gz
Update to 2.0.0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69f88a94a0ca..b6bd2fe7799f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = agisoft-metashape
pkgdesc = Photogrammetric processing of digital images and 3D spatial data generation software. Standard edition
- pkgver = 1.8.4
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://www.agisoft.com/
install = agisoft-metashape.install
arch = x86_64
license = custom:Agisoft EULA
license = custom
makedepends = imagemagick
+ depends = gcc
optdepends = glu: mesa OpenGL lib
optdepends = nvidia-utils: nvidia proprietary OpenGL lib
optdepends = opencl-mesa: mesa OpenCL runtime for GPU acceleration
@@ -16,11 +17,11 @@ pkgbase = agisoft-metashape
optdepends = intel-compute-runtime: Intel Neo OpenCL runtime for GPU acceleration
provides = agisoft-metashape
options = !strip
- source = https://s3-eu-west-1.amazonaws.com/download.agisoft.com/metashape_1_8_4_amd64.tar.gz
+ source = https://s3-eu-west-1.amazonaws.com/download.agisoft.com/metashape_2_0_0_amd64.tar.gz
source = agisoft-metashape-icon-encoded.txt
source = agisoft-psx-mime-icon-encoded.txt
source = agisoft-psz-mime-icon-encoded.txt
- sha256sums = 2f29c567544a286059cd3253bf5492c7922f94ba217f0988c4cd26901e11e362
+ sha256sums = fca1cf1463b5d90779e0f1b45cacfacb9f76b22eab4f404e8b3eb2649ec60228
sha256sums = 959eb21ce482a5b1f84a0e04ec6f0d53aaf679c84bce9f813b350afe5dd201ba
sha256sums = 627df01b98f9f22b31d62ba039127b7809650990d1633e4190f1d9844830a0ff
sha256sums = d44fb70962175505fd3bfc0e96670e5bf4092c80446e0142cc91a3e0033e1009
diff --git a/PKGBUILD b/PKGBUILD
index d4d22acc0f98..f3bb3275e19d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Yu-Hsuan Tu <dobe0331 at gmail dot com>
_pkgname=metashape
pkgname=agisoft-${_pkgname}
-pkgver=1.8.4
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc="Photogrammetric processing of digital images and 3D spatial data generation software. Standard edition"
arch=('x86_64')
url="https://www.agisoft.com/"
license=('custom:Agisoft EULA' 'custom')
+depends=('gcc')
makedepends=('imagemagick')
optdepends=('glu: mesa OpenGL lib'
'nvidia-utils: nvidia proprietary OpenGL lib'
@@ -21,7 +22,7 @@ source=("https://s3-eu-west-1.amazonaws.com/download.agisoft.com/${_pkgname}_${p
"agisoft-metashape-icon-encoded.txt"
"agisoft-psx-mime-icon-encoded.txt"
"agisoft-psz-mime-icon-encoded.txt")
-sha256sums=('2f29c567544a286059cd3253bf5492c7922f94ba217f0988c4cd26901e11e362'
+sha256sums=('fca1cf1463b5d90779e0f1b45cacfacb9f76b22eab4f404e8b3eb2649ec60228'
'959eb21ce482a5b1f84a0e04ec6f0d53aaf679c84bce9f813b350afe5dd201ba'
'627df01b98f9f22b31d62ba039127b7809650990d1633e4190f1d9844830a0ff'
'd44fb70962175505fd3bfc0e96670e5bf4092c80446e0142cc91a3e0033e1009')