summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afbf6cc99cdb..34b976b37201 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pinocchio
pkgdesc = Dynamic computations using Spatial Algebra
pkgver = 2.4.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stack-of-tasks/pinocchio
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c195510f79f1..10c09f938417 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgorg='stack-of-tasks'
pkgname=('pinocchio' 'pinocchio-docs')
pkgver=2.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="Dynamic computations using Spatial Algebra"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"
@@ -50,6 +50,6 @@ package_pinocchio() {
package_pinocchio-docs() {
cd "$pkgbase-$pkgver/build"
make DESTDIR="$pkgdir/" install
- rm -rf $pkgdir/usr/{lib,include}
+ rm -rf $pkgdir/usr/{lib,include,bin,share/pinocchio}
install -Dm644 ../COPYING.LESSER "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}