summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2016-12-25 08:16:18 +0100
committerChristoph Haag2016-12-25 08:16:18 +0100
commita37ac4ddb3c21b89cd6ef1a47bd6ac47dacd6ecf (patch)
tree9652eafd65460ffe500b040e969a5ee1e958ca24
parent53a6ebabc50367fe270906a37662c03eefe028de (diff)
downloadaur-a37ac4ddb3c21b89cd6ef1a47bd6ac47dacd6ecf.tar.gz
add eigen dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2824bb479e2f..d1c36256bc35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = osvr-rendermanager-git
pkgdesc = TW, ATW and high performance rendering with OpenGL and GLES
- pkgver = v00_06_52.r50.gfd38a16
+ pkgver = v00_06_52.r83.g83872f2
pkgrel = 1
url = https://github.com/sensics/OSVR-RenderManager
arch = i686
@@ -8,6 +8,7 @@ pkgbase = osvr-rendermanager-git
makedepends = git
makedepends = cmake
depends = osvr-core-git
+ depends = eigen
source = osvr-rendermanager::git+https://github.com/sensics/OSVR-RenderManager.git
source = vendor-vrpn::git+https://github.com/vrpn/vrpn.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3819b8ed100d..38e12748b4eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=osvr-rendermanager-git
-pkgver=v00_06_52.r50.gfd38a16
+pkgver=v00_06_52.r83.g83872f2
pkgrel=1
pkgdesc="TW, ATW and high performance rendering with OpenGL and GLES"
arch=(i686 x86_64)
@@ -7,7 +7,7 @@ url="https://github.com/sensics/OSVR-RenderManager"
#license=('GPL')
#install=osvr-rendermanager.install
makedepends=('git' 'cmake')
-depends=('osvr-core-git') #TODO: add more deps
+depends=('osvr-core-git' 'eigen') #TODO: add more deps
source=("osvr-rendermanager::git+https://github.com/sensics/OSVR-RenderManager.git"
"vendor-vrpn::git+https://github.com/vrpn/vrpn.git")
md5sums=('SKIP'