summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordobedobedo2023-08-25 19:19:37 +1000
committerdobedobedo2023-08-25 19:19:37 +1000
commit2c760d0feccee8ccb58abae2b524d9cc4d015883 (patch)
tree8dcfcd89cef69fcaddafc089a7ab9a11edb3ae37
parenta8b41d3be30d5add8a5b2c7bba79558b5a95e679 (diff)
downloadaur-2c760d0feccee8ccb58abae2b524d9cc4d015883.tar.gz
Update the licencing dir
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef1a97dadc98..30f19952192f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = agisoft-metashape
pkgdesc = Photogrammetric processing of digital images and 3D spatial data generation software. Standard edition
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.agisoft.com/
install = agisoft-metashape.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9ccaaf1ceea7..816f7e49a84a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=metashape
pkgname=agisoft-${_pkgname}
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Photogrammetric processing of digital images and 3D spatial data generation software. Standard edition"
arch=('x86_64')
url="https://www.agisoft.com/"
@@ -109,7 +109,7 @@ package() {
# Set the rehostable directory and environment variables in executables for activation
mkdir -p "${pkgdir}/opt/agisoft/${_pkgname}/rehostable"
- sed -i '/export LD_LIBRARY_PATH/a\\nAGISOFT_REHOST_PATH=\$dirname/rehostable\nexport AGISOFT_REHOST_PATH' "${pkgdir}/opt/agisoft/${_pkgname}/metashape.sh"
+ sed -i '/export LD_LIBRARY_PATH/a\\nAGISOFT_LICENSING_DIR=\$dirname/licensing\nexport AGISOFT_LICENSING_DIR' "${pkgdir}/opt/agisoft/${_pkgname}/metashape.sh"
# Set correct permission
chmod -R g=u "$pkgdir/opt/agisoft/${_pkgname}"