summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2023-09-16 18:47:17 +0200
committerGuilhem Saurel2023-09-16 18:47:17 +0200
commite48ef1265e68c79e255fd35dabec5e9d63dfc239 (patch)
treea00788f54df111d31b5692fc87a78c27087d3fb6
parent670056ac33cc96874e09b864ad74192c3be8a37b (diff)
downloadaur-e48ef1265e68c79e255fd35dabec5e9d63dfc239.tar.gz
bump for boost 1.83
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0182b9ad635b..1ce1838cfa7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pinocchio
pkgdesc = Dynamic computations using Spatial Algebra
pkgver = 2.6.20
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stack-of-tasks/pinocchio
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f3c755acfb1d..61c3a4b3e6d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgorg='stack-of-tasks'
_pkgname='pinocchio'
pkgname=("$_pkgname" "$_pkgname-docs")
pkgver=2.6.20
-pkgrel=1
+pkgrel=2
pkgdesc="Dynamic computations using Spatial Algebra"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"