From 18aef10d7e5c11339ad2c872e4bdf6b59732510a Mon Sep 17 00:00:00 2001 From: pingplug Date: Sat, 30 Mar 2019 12:01:19 +0800 Subject: [PATCH] Updated to v2.19.2 --- .SRCINFO | 4 ++-- PKGBUILD | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index eb2820f..a32d745 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.19.1 + pkgver = v2.19.2 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=da6d553ba204ba08ca8090b12adfad91e5147a52 + source = git+https://github.com/IntelRealSense/librealsense#commit=3a51db0b634b6342d215ed479734afe4c71bfe09 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index d1f54b4..1a7ee40 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug # Contributr: Patrick José Pereira -_commit=da6d553ba204ba08ca8090b12adfad91e5147a52 # tags=v2.19.1 +_commit=3a51db0b634b6342d215ed479734afe4c71bfe09 # tags=v2.19.2 pkgname=librealsense -pkgver=v2.19.1 +pkgver=v2.19.2 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')