update to correct locations and version

This commit is contained in:
Hartmut Seichter 2023-06-29 17:42:42 +02:00
parent 8f8cecb0d1
commit dce4565426
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Hartmut Seichter <hartmut@technotecture.com> # Maintainer: Hartmut Seichter <hartmut@technotecture.com>
pkgname=zed-sdk-bin pkgname=zed-sdk-bin
pkgver=4.0.0 pkgver=4.0.4
pkgdesc="ZED SDK for Stereolabs ZED cameras" pkgdesc="ZED SDK for Stereolabs ZED cameras"
pkgrel=1 pkgrel=1
arch=('x86_64') arch=('x86_64')

View file

@ -1,6 +1,6 @@
post_install() { post_install() {
echo "The ZED SDK binaries are in /opt/zed/bin" echo "The ZED SDK binaries are in /usr/local/zed/bin"
echo "headers and libraries in /opt/zed/include and /opt/zed/lib " echo "headers and libraries in /usr/local/zed/include and /usr/local/zed/lib "
post_upgrade post_upgrade
} }