summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2020-08-25 16:04:21 +0200
committerGuilhem Saurel2020-08-25 16:04:21 +0200
commit5c8efc23d4ea4b7c1ae89fbf5e01421721415d6a (patch)
tree197e74ab95dfed7401870a663fdb76359d26e7c0
parent7a28f18cb8b6192eb7be81bc7684be5f75779710 (diff)
downloadaur-5c8efc23d4ea4b7c1ae89fbf5e01421721415d6a.tar.gz
fix boost python
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f248ad7dcca6..b08a1cc83348 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hpp-fcl
pkgdesc = An extension of the Flexible Collision Library
pkgver = 1.5.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/humanoid-path-planner/hpp-fcl
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 17a6371148e0..5096b411c098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgorg='humanoid-path-planner'
pkgname=('hpp-fcl' 'hpp-fcl-docs')
pkgver=1.5.2
-pkgrel=1
+pkgrel=2
pkgdesc="An extension of the Flexible Collision Library"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"
@@ -32,6 +32,7 @@ package_hpp-fcl() {
make DESTDIR="$pkgdir/" install
rm -rf $pkgdir/usr/share/doc
sed -i 's=;/usr/\.\./include/include==' "$pkgdir/usr/lib/cmake/hpp-fcl/hpp-fclTargets.cmake"
+ sed -i '/Boost COMPONENTS/s/python3/python/' "$pkgdir/usr/lib/cmake/hpp-fcl/hpp-fclConfig.cmake"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}