summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68f4e8ba50b8..475230fdcef3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mathias Nedrebø <mathias.nedrebo@zivid.com>
pkgname=zivid-tools
-pkgver='2.10.0+8ce7dae3_2'
+pkgver='2.11.0+95829246_1'
pkgrel=1
pkgdesc='Defining the Future of 3D Machine Vision'
arch=('x86_64')
@@ -14,11 +14,11 @@ provides=()
groups=(zivid-all)
-source=(https://downloads.zivid.com/sdk/releases/2.10.0+8ce7dae3-2/u20/zivid-tools_2.10.0+8ce7dae3-2_amd64.deb)
-sha256sums=(7f0e55079715c4ddb5cea308b1376ec92acbdc30ffc734b16875905809946672)
+source=(https://downloads.zivid.com/sdk/releases/2.11.0+95829246-1/u20/zivid-tools_2.11.0+95829246-1_amd64.deb)
+sha256sums=(33b4af9a17e21b1694472ea8309ac2516b825bdbacbac6bf55b53956ace4f178)
options=(!strip)
package() {
- bsdtar -xf data.tar.*z -C "${pkgdir}"
+ bsdtar -xf data.tar.* -C "${pkgdir}"
}