summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEskil Aursand2023-12-15 10:02:20 +0000
committerEskil Aursand2023-12-15 10:02:20 +0000
commite141a56da57312e1e51320fa70aea75802c27fed (patch)
tree04fb66725a4879870d4f2d7d3e560c6328eeadaa
parentaf73bbde6111ff5687de93f599f4eec5969d2b2b (diff)
downloadaur-e141a56da57312e1e51320fa70aea75802c27fed.tar.gz
Version 2.11.0+95829246_1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98d3dd84f606..ca6646ee89a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zivid-tools
pkgdesc = Defining the Future of 3D Machine Vision
- pkgver = 2.10.0+8ce7dae3_2
+ pkgver = 2.11.0+95829246_1
pkgrel = 1
url = https://www.zivid.com
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = zivid-tools
license = custom
depends = zivid
options = !strip
- 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
pkgname = zivid-tools
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}"
}