summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2019-05-25 06:00:40 -0400
committeracxz2019-05-25 06:00:40 -0400
commiteee5a2af308b24831e49007c27c87f1a276d870b (patch)
treebaee54add6894001e4c017f85ea8398b504c187b
parent5f2ad114b722ab924013cf31054861a0ce52a297 (diff)
downloadaur-eee5a2af308b24831e49007c27c87f1a276d870b.tar.gz
forgot pygccxml
-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'