summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 918ba38d7112..21f2fefcbe10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libcaer
pkgdesc = Minimal C library to access, configure and get data from neuromorphic sensors and processors.
- pkgver = 3.2.2
+ pkgver = 3.3.0
pkgrel = 1
- url = https://gitlab.com/inivation/libcaer/
+ url = https://gitlab.com/inivation/dv/libcaer/
arch = i686
arch = x86_64
arch = armv7h
@@ -14,8 +14,8 @@ pkgbase = libcaer
depends = libserialport
depends = opencv
options = staticlibs
- source = https://gitlab.com/inivation/libcaer/-/archive/3.2.2/libcaer-3.2.2.tar.gz
- sha256sums = 06d85a8c5cb605efb82f81b778e5fcf6eb551406fea583ec4b7d2541ddb16ddf
+ source = https://gitlab.com/inivation/dv/libcaer/-/archive/3.3.0/libcaer-3.3.0.tar.gz
+ sha256sums = 85e5f677d407b8fdd47d2836818fc51b919ba3f58cad0dcbc36f450fcf254b44
pkgname = libcaer
diff --git a/PKGBUILD b/PKGBUILD
index 917642daad73..800ec5aa4a0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: iniVation AG <support@inivation.com>
pkgname=libcaer
-pkgver=3.2.2
+pkgver=3.3.0
pkgrel=1
pkgdesc="Minimal C library to access, configure and get data from neuromorphic sensors and processors."
-url="https://gitlab.com/inivation/$pkgname/"
+url="https://gitlab.com/inivation/dv/$pkgname/"
license=('BSD')
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
groups=()
@@ -14,9 +14,9 @@ provides=()
conflicts=()
replaces=()
options=('staticlibs')
-source=("https://gitlab.com/inivation/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+source=("https://gitlab.com/inivation/dv/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
noextract=()
-sha256sums=('06d85a8c5cb605efb82f81b778e5fcf6eb551406fea583ec4b7d2541ddb16ddf')
+sha256sums=('85e5f677d407b8fdd47d2836818fc51b919ba3f58cad0dcbc36f450fcf254b44')
build() {
cd "$srcdir/$pkgname-$pkgver"