summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b2305c3b1dd..918ba38d7112 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.2.0
+ pkgver = 3.2.2
pkgrel = 1
url = https://gitlab.com/inivation/libcaer/
arch = i686
@@ -14,8 +14,8 @@ pkgbase = libcaer
depends = libserialport
depends = opencv
options = staticlibs
- source = https://gitlab.com/inivation/libcaer/-/archive/3.2.0/libcaer-3.2.0.tar.gz
- sha256sums = d448cbbdfce67b25c225bb5fd82e26aa23eefc0bfabe044d20663c9b2c41abc7
+ source = https://gitlab.com/inivation/libcaer/-/archive/3.2.2/libcaer-3.2.2.tar.gz
+ sha256sums = 06d85a8c5cb605efb82f81b778e5fcf6eb551406fea583ec4b7d2541ddb16ddf
pkgname = libcaer
diff --git a/PKGBUILD b/PKGBUILD
index 0538a9a3e0b8..917642daad73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: iniVation AG <support@inivation.com>
pkgname=libcaer
-pkgver=3.2.0
+pkgver=3.2.2
pkgrel=1
pkgdesc="Minimal C library to access, configure and get data from neuromorphic sensors and processors."
url="https://gitlab.com/inivation/$pkgname/"
@@ -16,7 +16,7 @@ replaces=()
options=('staticlibs')
source=("https://gitlab.com/inivation/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
noextract=()
-sha256sums=('d448cbbdfce67b25c225bb5fd82e26aa23eefc0bfabe044d20663c9b2c41abc7')
+sha256sums=('06d85a8c5cb605efb82f81b778e5fcf6eb551406fea583ec4b7d2541ddb16ddf')
build() {
cd "$srcdir/$pkgname-$pkgver"