From 0d6eb6ab2f14c76e3b4470dae8f036c287248cd6 Mon Sep 17 00:00:00 2001
From: pingplug <git@pingplug.me>
Date: Tue, 3 Sep 2019 11:15:54 +0800
Subject: [PATCH] Updated to v2.27.0

---
 .SRCINFO | 4 ++--
 PKGBUILD | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 4e1ecbf..7a6f68e 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.25.0
+	pkgver = v2.27.0
 	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=125d6508386402b89dc3ec0e6c5a94c51c4ec4bd
+	source = git+https://github.com/IntelRealSense/librealsense#commit=cbeaed4c8bf58a6bd44c0527dcb029a4f0441aa3
 	sha256sums = SKIP
 
 pkgname = librealsense
diff --git a/PKGBUILD b/PKGBUILD
index c770669..cb7fc2a 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=125d6508386402b89dc3ec0e6c5a94c51c4ec4bd  # tags=v2.25.0
+_commit=cbeaed4c8bf58a6bd44c0527dcb029a4f0441aa3  # tags=v2.27.0
 pkgname=librealsense
-pkgver=v2.25.0
+pkgver=v2.27.0
 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')