Updated to 2.16.3

This commit is contained in:
pingplug
2018-10-30 12:05:29 +08:00
parent 595c1562ea
commit e988f2244a
2 changed files with 7 additions and 6 deletions

View File

@@ -1,18 +1,18 @@
# Maintainer: pingplug <pingplug@foxmail.com>
# Contributr: Patrick José Pereira <positivcheg94@gmail.com>
_commit=68c8d28f9eb8b3e5b0e42008882155ae1104d99d # tags=v2.16.1
_commit=4d824623f2913c5dcd3d4892d61a102cffb02886 # tags=v2.16.3
pkgname=librealsense
pkgver=v2.16.1
pkgver=v2.16.3
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')
url="https://github.com/IntelRealSense/librealsense"
license=('Apache')
makedepends=('cmake')
makedepends=('cmake' 'git')
depends=('glfw-x11' 'gtk3' 'libusb')
source=("git+https://github.com/IntelRealSense/librealsense#commit=${_commit}")
sha256sums=(SKIP)
sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}"