diff --git a/.SRCINFO b/.SRCINFO index c296374..9099a89 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.16.3 + pkgver = v2.16.5 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=4d824623f2913c5dcd3d4892d61a102cffb02886 + source = git+https://github.com/IntelRealSense/librealsense#commit=0fc8499ca1c01448d4a65047a0df2d91e37fe287 sha256sums = SKIP pkgname = librealsense diff --git a/PKGBUILD b/PKGBUILD index be4fad6..14a84d3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: pingplug # Contributr: Patrick José Pereira -_commit=4d824623f2913c5dcd3d4892d61a102cffb02886 # tags=v2.16.3 +_commit=0fc8499ca1c01448d4a65047a0df2d91e37fe287 # tags=v2.16.5 pkgname=librealsense -pkgver=v2.16.3 +pkgver=v2.16.5 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') @@ -33,7 +33,8 @@ build() { -DBUILD_SHARED_LIBS=on \ -DBUILD_WITH_STATIC_CRT=off \ -DBUILD_WITH_OPENMP=on \ - -DBUILD_EXAMPLES=true + -DBUILD_EXAMPLES=true \ + -DBUILD_WITH_TM2=false make }