summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2022-06-23 11:42:27 +0200
committerGuilhem Saurel2022-06-23 11:42:27 +0200
commitef35a31a3e14d152e2b7fa5b707810cee25c7e00 (patch)
tree48851d9944250b828b7a2ea124608233c299a774
parentcb164fa66497f57592578466ec037d4372dffe78 (diff)
downloadaur-ef35a31a3e14d152e2b7fa5b707810cee25c7e00.tar.gz
bump for boost 1.79
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5dd453972b1b..eb29d6d4c3d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hpp-fcl
pkgdesc = An extension of the Flexible Collision Library
pkgver = 2.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/humanoid-path-planner/hpp-fcl
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d72592d02d70..4a26e931c462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgorg='humanoid-path-planner'
_pkgname='hpp-fcl'
pkgname=("$_pkgname" "$_pkgname-docs")
pkgver=2.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="An extension of the Flexible Collision Library"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"