summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d65372501e6d..c0ec9152642b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Thu Dec 10 19:29:38 UTC 2015
pkgbase = openrtm-aist
pkgdesc = The RT-Middleware provides a common platform for Robot Technology (RT)
pkgver = 1.1.1
- pkgrel = 1
+ pkgrel = 2
url = http://www.openrtm.org
arch = i686
arch = x86_64
license = GPL
makedepends = python2
- depends = omniorb416
+ depends = omniorb417
depends = ace
source = http://www.openrtm.org/pub/OpenRTM-aist/cxx/1.1.1/OpenRTM-aist-1.1.1.tar.bz2
md5sums = 1d030c4972618f2f1e81cf83286af1d0
diff --git a/PKGBUILD b/PKGBUILD
index c913a1f6889f..6ce00d826a6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=openrtm-aist
pkgver=1.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="The RT-Middleware provides a common platform for Robot Technology (RT)"
arch=('i686' 'x86_64')
url="http://www.openrtm.org"
license=('GPL')
-depends=('omniorb416' 'ace')
+depends=('omniorb417' 'ace')
makedepends=('python2')
source=("http://www.openrtm.org/pub/OpenRTM-aist/cxx/${pkgver}/OpenRTM-aist-${pkgver}.tar.bz2")
md5sums=('1d030c4972618f2f1e81cf83286af1d0')
@@ -21,7 +21,7 @@ build() {
sed -i "s,env python *$,env python2,g" \
$(find . -type f -and -iname "*.py")
sed -i "s,env python *$,env python2,g" \
- $(find . -type f -and -name "*rtm-skelwrapper")
+ $(find . -type f -and \( -name "*rtm-skelwrapper" -or -name "*rtc-template" \))
sed -i "s,/usr/bin/python *$,/usr/bin/env python2,g" $(find . -iname "*.py")
make