summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2023-05-04 10:50:38 +0200
committerGuilhem Saurel2023-05-04 10:50:38 +0200
commit3031d98b0573c884840e956a799bbbfe03b0b8ad (patch)
tree80026b23c90da64192b93577e7a6dfb6139aabf3
parentaafcb28e0e5cdb9f6e30bc4c689313cfda20c6d7 (diff)
downloadaur-3031d98b0573c884840e956a799bbbfe03b0b8ad.tar.gz
bump for python 3.11
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c09f55b474f0..3f6138c3dd83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pinocchio
pkgdesc = Dynamic computations using Spatial Algebra
pkgver = 2.6.18
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/stack-of-tasks/pinocchio
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 628ad707723a..ce1ff7ec6e3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgorg='stack-of-tasks'
_pkgname='pinocchio'
pkgname=("$_pkgname" "$_pkgname-docs")
pkgver=2.6.18
-pkgrel=1
+pkgrel=2
pkgdesc="Dynamic computations using Spatial Algebra"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"