summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33ecbe24959b..116d4f369612 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = omplapp
pkgdesc = The Open Motion Planning Library App (OMPL.app) is an extended version of OMPL that adds support for mesh loading and collision checking along with a GUI
pkgver = 1.4.2
- pkgrel = 2
+ pkgrel = 3
url = http://ompl.kavrakilab.org/
arch = i686
arch = x86_64
@@ -20,6 +20,7 @@ pkgbase = omplapp
optdepends = ode
optdepends = pqp
optdepends = py++
+ optdepends = pygccxml
optdepends = pypy
optdepends = python
optdepends = python-celery
diff --git a/PKGBUILD b/PKGBUILD
index 31ccf8f27bd2..622f9438aa88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=omplapp
pkgver=1.4.2
-pkgrel=2
+pkgrel=3
pkgdesc="The Open Motion Planning Library App (OMPL.app) is an extended version
of OMPL that adds support for mesh loading and collision checking along with a
GUI"
@@ -22,6 +22,7 @@ optdepends=('castxml'
'ode'
'pqp'
'py++'
+ 'pygccxml'
'pypy'
'python'
'python-celery'