summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2023-04-08 15:24:50 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2023-04-08 15:24:50 -0700
commit775e35383553e1577e098994e9adde833b6308ab (patch)
tree365cb4509504a5caf8976dff75bcdc82593336a6
parentInitial commit (diff)
downloadrecastnavigation-openmw-775e35383553e1577e098994e9adde833b6308ab.tar.xz
Update to upstream release version.
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9857fb..8eca181 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,21 +7,22 @@
pkgname=recastnavigation-openmw
_pkgname=recastnavigation
-# since recastnavigation hasn't had an official release in a long time
-# but is now in debian repos maintained by an openmw dev
-# https://packages.debian.org/source/sid/recastnavigation
+# recastnavigation hasn't had an official release in a long time and openmw includes recast as external component
+# foolowing them to determine which commit to use.
+# for latest see https://gitlab.com/OpenMW/openmw/-/commit/35b2292e617bc1fbfe1e5f8351d77d3cd5906bdc
_pkgver=1.5.1
-pkgver=1.5.1.r754.e75adf8
+pkgver=1.5.1.r797.405cc09
+_commit=405cc095ab3a2df976a298421974a2af83843baf
pkgrel=1
pkgdesc="Navigation-mesh Toolset for openmw"
url="https://github.com/recastnavigation/recastnavigation"
arch=(x86_64)
license=('Zlib')
makedepends=(git cmake sdl2 glut)
-source=("git+https://github.com/recastnavigation/recastnavigation.git#commit=e75adf86f91eb3082220085e42dda62679f9a3ea")
+source=("git+https://github.com/recastnavigation/recastnavigation.git#commit=${_commit}")
sha256sums=("SKIP")
conflicts=('recastnavigation')
-options=(debug strip)
+options=(strip)
pkgver() {
cd $_pkgname