summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2021-12-13 12:56:03 +0100
committerGuilhem Saurel2021-12-13 12:56:03 +0100
commitba85a0dfff9afff5591db732d23259c63342679f (patch)
treeeb642230f8bb7fd444b97363d9a504b96e212665
parent93a03ca9cd9d2a0dc334e524dcf98e6a4359d464 (diff)
downloadaur-ba85a0dfff9afff5591db732d23259c63342679f.tar.gz
bump for python 3.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1df960dd71bc..d17fd1a1037e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pinocchio
pkgdesc = Dynamic computations using Spatial Algebra
pkgver = 2.6.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stack-of-tasks/pinocchio
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5be0c03f984c..6a772781b724 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgorg='stack-of-tasks'
_pkgname='pinocchio'
pkgname=("$_pkgname" "$_pkgname-docs")
pkgver=2.6.4
-pkgrel=1
+pkgrel=2
pkgdesc="Dynamic computations using Spatial Algebra"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"