summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2024-05-14 19:15:42 +0200
committerGuilhem Saurel2024-05-14 19:15:42 +0200
commit56b869d6638024fcd81bb09410e2455d42973203 (patch)
tree1f9f823ed0fcea2b52a67a8fb41b610d235f3a29
parent902bea086288bea87538e7db6647f270eaa6dcb9 (diff)
downloadaur-56b869d6638024fcd81bb09410e2455d42973203.tar.gz
bump for py312
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6522866a66ff..649d6176648f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hpp-fcl
pkgdesc = An extension of the Flexible Collision Library
pkgver = 2.4.4
- 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 428f4fae7822..418bd23cb230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _org='humanoid-path-planner'
_pkgname='hpp-fcl'
pkgname=("$_pkgname" "$_pkgname-docs")
pkgver=2.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="An extension of the Flexible Collision Library"
arch=('i686' 'x86_64')
url="https://github.com/$_org/$_pkgname"