summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author007exe2023-08-20 15:46:03 +0300
committer007exe2023-08-20 15:46:03 +0300
commit9d7b687491cbcb5da0143f3c69f70a0672fd6d8d (patch)
treee9b8c0605eacb1f3d90557aa01447457a1d753c3
parentd0e5ba7158d3cedbe3947965b89e6d86d39d3b1e (diff)
downloadaur-openxray.tar.gz
Update => 2088-august-2023-rc1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9f41a42093a..66842fcdfa5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openxray
pkgdesc = Unofficial X-Ray Engine port for Linux from the OpenXRay team, stable version (originally developed by GSC Game World)
- pkgver = 1.6.02_1747
+ pkgver = 1.6.02_2088
pkgrel = 1
url = https://github.com/OpenXRay/xray-16
install = info.install
@@ -28,7 +28,7 @@ pkgbase = openxray
depends = libjpeg-turbo
conflicts = openxray-git
conflicts = openxray-dev
- source = xray-16::git+https://github.com/OpenXRay/xray-16.git#tag=1747-january-2023-rc3
+ source = xray-16::git+https://github.com/OpenXRay/xray-16.git#tag=2088-august-2023-rc1
md5sums = SKIP
pkgname = openxray
diff --git a/PKGBUILD b/PKGBUILD
index 843b715136ba..579f42e8fefe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# <openxray@yahoo.com>
# Official discord of the project channel https://discord.gg/sjRMQwv
pkgname=openxray
-_tag=1747
+_tag=2088
pkgver=1.6.02_$_tag
pkgrel=1
pkgdesc="Unofficial X-Ray Engine port for Linux from the OpenXRay team, stable version (originally developed by GSC Game World)"
@@ -14,13 +14,14 @@ install="info.install"
makedepends=(gcc git cmake libglvnd libjpeg6-turbo ncurses pcre2 pcre)
depends=(glew sdl2 openal crypto++ liblockfile freeimage libogg libtheora libvorbis lzo lzop libjpeg-turbo)
conflicts=(openxray-git openxray-dev)
-source=(xray-16::git+https://github.com/OpenXRay/xray-16.git#tag=$_tag-january-2023-rc3)
+source=(xray-16::git+https://github.com/OpenXRay/xray-16.git#tag=$_tag-august-2023-rc1)
md5sums=('SKIP')
prepare() {
cd "$srcdir/xray-16"
- git submodule init
- git submodule update
+ git submodule update --init --recursive
+# git submodule init
+# git submodule update
}
build() {