From 8dd84ab0b3baf6f7152a419d454af3b57def8934 Mon Sep 17 00:00:00 2001 From: pingplug Date: Sat, 29 Jun 2019 19:30:43 +0800 Subject: [PATCH] Updated to 2.24 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a6eec8e..4053044 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = librealsense pkgdesc = Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300) - pkgver = v2.21.0 + pkgver = v2.24 pkgrel = 1 url = https://github.com/IntelRealSense/librealsense arch = x86_64 @@ -10,7 +10,7 @@ pkgbase = librealsense depends = glfw-x11 depends = gtk3 depends = libusb - source = git+https://github.com/IntelRealSense/librealsense#commit=9bdbfd98440b6516f8c864fbdfd6a9778b2c5715 + source = git+https://github.com/IntelRealSense/librealsense#commit=f112ed78e3917df79047254f864157195d4488b0 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index c8d2a1b..78fe564 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug < aur at pingplug dot me > # Contributr: Patrick José Pereira < positivcheg94 at gmail dot com > -_commit=9bdbfd98440b6516f8c864fbdfd6a9778b2c5715 # tags=v2.21.0 +_commit=f112ed78e3917df79047254f864157195d4488b0 # tags=v2.24.0 pkgname=librealsense -pkgver=v2.21.0 +pkgver=v2.24 pkgrel=1 pkgdesc="Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300)" arch=('x86_64')