summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoriniVation CI Bot2021-11-12 16:00:26 +0000
committeriniVation CI Bot2021-11-12 16:00:26 +0000
commitf69b0d62487467365801fccac252b5f794dccedd (patch)
tree790eddcff6969c6c9e551517f796cf412f4e3e87
parent56aa04bdf8669dd71f78925ad65fc4f1121fa445 (diff)
downloadaur-f69b0d62487467365801fccac252b5f794dccedd.tar.gz
libcaer: new release 3.3.12.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98666cde753c..c92ec4e2cc50 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.11
+ pkgver = 3.3.12
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://gitlab.com/inivation/dv/libcaer/-/archive/3.3.11/libcaer-3.3.11.tar.gz
- sha256sums = ef6136029215dcbd2dcbfbabb27402974de9c35444a8bdb427d3b0c838973af1
+ source = https://gitlab.com/inivation/dv/libcaer/-/archive/3.3.12/libcaer-3.3.12.tar.gz
+ sha256sums = 768db4aaf426db23a54a59901cc9ce178bcb0235eb846d9f0d0370cc2fc04632
pkgname = libcaer
diff --git a/PKGBUILD b/PKGBUILD
index 9491b3e93561..51c8526d38fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: iniVation AG <support@inivation.com>
pkgname=libcaer
-pkgver=3.3.11
+pkgver=3.3.12
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://gitlab.com/inivation/dv/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
noextract=()
-sha256sums=('ef6136029215dcbd2dcbfbabb27402974de9c35444a8bdb427d3b0c838973af1')
+sha256sums=('768db4aaf426db23a54a59901cc9ce178bcb0235eb846d9f0d0370cc2fc04632')
build() {
cd "$srcdir/$pkgname-$pkgver"