summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2020-11-28 12:58:14 +0100
committerGuilhem Saurel2020-11-28 12:58:14 +0100
commit76111cd0c23d627e8b4ca71691cee4b203be5ecf (patch)
tree5da4416d1683ff8d4aef38f26d0b104701fb0a39
parentd5e3d02c011661abaa426e850f3f6ce20d02ec6e (diff)
downloadaur-76111cd0c23d627e8b4ca71691cee4b203be5ecf.tar.gz
oops
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc8cb14227f4..d1e94727d5a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hpp-fcl
pkgdesc = An extension of the Flexible Collision Library
pkgver = 1.6.0
- 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 2352ac48057a..b759c001e6f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgorg='humanoid-path-planner'
pkgname=('hpp-fcl' 'hpp-fcl-docs')
pkgver=1.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="An extension of the Flexible Collision Library"
arch=('i686' 'x86_64')
url="https://github.com/$pkgorg/$pkgname"
@@ -17,7 +17,7 @@ validpgpkeys=('9B1A79065D2F2B806C8A5A1C7D2ACDAF4653CF28' 'A031AD35058955293D54DE
prepare() {
cd "$pkgbase-$pkgver"
- head -n33 202.patch | patch -p1
+ head -n33 "$srcdir/202.patch" | patch -p1
}
build() {