summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2021-12-13 11:27:39 +0100
committerGuilhem Saurel2021-12-13 11:27:39 +0100
commitc1d71a7a60b5fe8f55a87e79ef1640bcd0b81be7 (patch)
tree29cb10e5c909e12d630498abe64cdf288ab75d53
parent5998c1d3288fdc362d06187be9fcf235acc78e6d (diff)
downloadaur-c1d71a7a60b5fe8f55a87e79ef1640bcd0b81be7.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 b16a60d5aa12..9ac7a8934423 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hpp-fcl
pkgdesc = An extension of the Flexible Collision Library
pkgver = 1.7.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/humanoid-path-planner/hpp-fcl
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5bfdbb4db1b3..8db3aee0bac7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgorg='humanoid-path-planner'
_pkgname='hpp-fcl'
pkgname=("$_pkgname" "$_pkgname-docs")
pkgver=1.7.8
-pkgrel=1
+pkgrel=2
pkgdesc="An extension of the Flexible Collision Library"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"