fix optdeps v0.9.1

This commit is contained in:
positivcheg94 2016-04-02 09:37:45 +03:00
parent 1216514f6a
commit 71155ade9a
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ pkgbase = librealsense
license = Apache license = Apache
depends = glfw>=3 depends = glfw>=3
depends = libusb depends = libusb
optdepends = qt
source = https://github.com/IntelRealSense/librealsense/archive/v0.9.1.tar.gz source = https://github.com/IntelRealSense/librealsense/archive/v0.9.1.tar.gz
md5sums = f2f2bad22f3cffb8f1bb3f509a90f3fb md5sums = f2f2bad22f3cffb8f1bb3f509a90f3fb

View File

@ -8,7 +8,7 @@ url="https://github.com/IntelRealSense/librealsense"
license=('Apache') license=('Apache')
makedepends=() makedepends=()
depends=('glfw>=3' 'libusb') depends=('glfw>=3' 'libusb')
optdepens=('qt') optdepends=('qt')
changelog='' changelog=''
source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz") source=("https://github.com/IntelRealSense/librealsense/archive/v${pkgver}.tar.gz")
md5sums=('f2f2bad22f3cffb8f1bb3f509a90f3fb') md5sums=('f2f2bad22f3cffb8f1bb3f509a90f3fb')