summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2022-05-04 12:23:02 +0200
committerGuilhem Saurel2022-05-04 12:23:02 +0200
commit971332486b16ec92b399426a59014925f40f69b8 (patch)
tree752be4cb8cf519dfb472ae90b813b58f71f1c815
parent69cd879b50aa24f8a78903ce1513779c9370fa0a (diff)
downloadaur-971332486b16ec92b399426a59014925f40f69b8.tar.gz
tests
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 271b769b79ca..cf9028421363 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pinocchio
pkgdesc = Dynamic computations using Spatial Algebra
pkgver = 2.6.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stack-of-tasks/pinocchio
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 16fb8d7e4362..3fc4a0ee0459 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgorg='stack-of-tasks'
_pkgname='pinocchio'
pkgname=("$_pkgname" "$_pkgname-docs")
pkgver=2.6.7
-pkgrel=1
+pkgrel=2
pkgdesc="Dynamic computations using Spatial Algebra"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"
@@ -30,9 +30,9 @@ build() {
cmake --build "build-$pkgver"
}
-#check() {
- #cmake --build "build-$pkgver" -t test
-#}
+check() {
+ cmake --build "build-$pkgver" -t test
+}
package_pinocchio() {
DESTDIR="$pkgdir/" cmake --build "build-$pkgver" -t install