summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2021-11-02 18:12:04 +0100
committerGuilhem Saurel2021-11-02 18:12:04 +0100
commit93a03ca9cd9d2a0dc334e524dcf98e6a4359d464 (patch)
treedb7fcb55e4a0d502affc7a395ce36c0a73a434e8
parent75faefc151a4b432db6ea67aa7ea00a3bfb491fb (diff)
downloadaur-93a03ca9cd9d2a0dc334e524dcf98e6a4359d464.tar.gz
v2.6.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfaf0e4915cd..1df960dd71bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pinocchio
pkgdesc = Dynamic computations using Spatial Algebra
- pkgver = 2.6.3
- pkgrel = 2
+ pkgver = 2.6.4
+ pkgrel = 1
url = https://github.com/stack-of-tasks/pinocchio
arch = i686
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = pinocchio
optdepends = lua52
optdepends = cppad
optdepends = cppadcodegen
- source = https://github.com/stack-of-tasks/pinocchio/releases/download/v2.6.3/pinocchio-2.6.3.tar.gz
- source = https://github.com/stack-of-tasks/pinocchio/releases/download/v2.6.3/pinocchio-2.6.3.tar.gz.sig
+ source = https://github.com/stack-of-tasks/pinocchio/releases/download/v2.6.4/pinocchio-2.6.4.tar.gz
+ source = https://github.com/stack-of-tasks/pinocchio/releases/download/v2.6.4/pinocchio-2.6.4.tar.gz.sig
validpgpkeys = A031AD35058955293D54DECEC45D22EF408328AD
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5bfd2e46c1c8..5be0c03f984c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgorg='stack-of-tasks'
_pkgname='pinocchio'
pkgname=("$_pkgname" "$_pkgname-docs")
-pkgver=2.6.3
-pkgrel=2
+pkgver=2.6.4
+pkgrel=1
pkgdesc="Dynamic computations using Spatial Algebra"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"