summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2023-12-29 17:19:01 +0100
committerLone_Wolf2023-12-29 17:19:01 +0100
commit8425b800545b501cbb19ee9534315a35b24c01e1 (patch)
tree0221367c5574bf7109106d121f0cf6e29a1d3262
parent89f9189f493df0ba9150abb93c2db6da741eb96d (diff)
downloadaur-recastnavigation-openmw.tar.gz
synced verson with the one used in openmw trunk
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f2d885f5710..b827e29c2164 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = recastnavigation-openmw
pkgdesc = Navigation-mesh Toolset for openmw
- pkgver = 1.5.1.r797.405cc09
- pkgrel = 2
+ pkgver = 1.6.0.r832.c393777
+ pkgrel = 1
url = https://github.com/recastnavigation/recastnavigation
arch = x86_64
arch = aarch64
@@ -13,7 +13,7 @@ pkgbase = recastnavigation-openmw
conflicts = recastnavigation
options = debug
options = strip
- source = git+https://github.com/recastnavigation/recastnavigation.git#commit=405cc095ab3a2df976a298421974a2af83843baf
+ source = git+https://github.com/recastnavigation/recastnavigation.git#commit=c393777d26d2ff6519ac23612abf8af42678c9dd
sha256sums = SKIP
pkgname = recastnavigation-openmw
diff --git a/PKGBUILD b/PKGBUILD
index edc8911c8299..99764d90d0d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,21 @@
pkgname=recastnavigation-openmw
_pkgname=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.r797.405cc09
-pkgrel=2
+# following them to determine which commit to use.
+# switching to https://github.com/recastnavigation/recastnavigation/commit/c393777d26d2ff6519ac23612abf8af42678c9dd c393777d26d2ff6519ac23612abf8af42678c9dd
+# https://gitlab.com/OpenMW/openmw/-/issues/7457
+
+_pkgver=1.6.0
+pkgver=1.6.0.r832.c393777
+pkgrel=1
pkgdesc="Navigation-mesh Toolset for openmw"
url="https://github.com/recastnavigation/recastnavigation"
arch=('x86_64' 'aarch64')
license=('Zlib')
makedepends=(git cmake sdl2 glut)
-source=("git+https://github.com/recastnavigation/recastnavigation.git#commit=405cc095ab3a2df976a298421974a2af83843baf")
+# use https://github.com/recastnavigation/recastnavigation/commit/c393777d26d2ff6519ac23612abf8af42678c9dd c393777d26d2ff6519ac23612abf8af42678c9dd
+# https://gitlab.com/OpenMW/openmw/-/issues/7457 for more info
+source=("git+https://github.com/recastnavigation/recastnavigation.git#commit=c393777d26d2ff6519ac23612abf8af42678c9dd")
sha256sums=("SKIP")
conflicts=('recastnavigation')
options=(debug strip)