summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoriniVation CI Bot2022-05-25 07:04:55 +0000
committeriniVation CI Bot2022-05-25 07:04:55 +0000
commit6f2ef16584edae2f39eedd5cf9f5e470a8334a12 (patch)
tree92cc7f21bdff82b61330492553adae6ade6d330e
parent459b0b117578eef49c23f472c881ad5b71b89052 (diff)
downloadaur-6f2ef16584edae2f39eedd5cf9f5e470a8334a12.tar.gz
libcaer: new release 3.3.14.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56d7fe7d35b6..b0eccc0cae45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcaer
pkgdesc = Minimal C library to access, configure and get data from neuromorphic sensors and processors.
- pkgver = 3.3.13
+ pkgver = 3.3.14
pkgrel = 1
url = https://gitlab.com/inivation/dv/libcaer/
arch = i686
@@ -14,8 +14,8 @@ pkgbase = libcaer
depends = libserialport
depends = opencv
options = staticlibs
- source = https://release.inivation.com/libcaer/libcaer-3.3.13.tar.gz
- sha256sums = efc2ba0e0e1a5bd1860046803addd6f0677e9923c189ac2ed922096edaa4d94d
+ source = https://release.inivation.com/libcaer/libcaer-3.3.14.tar.gz
+ sha256sums = d79d6e9808e46710946c0156335dd1e72ee81262fb8f201ccfb96779b3049ff2
pkgname = libcaer
diff --git a/PKGBUILD b/PKGBUILD
index 97d5655d82df..7af6870b63c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: iniVation AG <support@inivation.com>
pkgname=libcaer
-pkgver=3.3.13
+pkgver=3.3.14
pkgrel=1
pkgdesc="Minimal C library to access, configure and get data from neuromorphic sensors and processors."
url="https://gitlab.com/inivation/dv/$pkgname/"
@@ -16,7 +16,7 @@ replaces=()
options=('staticlibs')
source=("https://release.inivation.com/libcaer/$pkgname-$pkgver.tar.gz")
noextract=()
-sha256sums=('efc2ba0e0e1a5bd1860046803addd6f0677e9923c189ac2ed922096edaa4d94d')
+sha256sums=('d79d6e9808e46710946c0156335dd1e72ee81262fb8f201ccfb96779b3049ff2')
build() {
cd "$srcdir/$pkgname-$pkgver"