summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author007exe2020-12-21 23:46:23 +0300
committer007exe2020-12-21 23:46:23 +0300
commit301b1ca22070b78bd915feed28631c3c420fdf31 (patch)
tree5dd279c50c1e6e7e5d830d36598f05ec5bf151ec
parent34937c07f4fbcd409f239c4e2d81247fd2d8466b (diff)
downloadaur-301b1ca22070b78bd915feed28631c3c420fdf31.tar.gz
Update => 822-december-preview
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6458a7f0e63..f0e9902547d5 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_730
+ pkgver = 1.6.02_822
pkgrel = 1
url = https://github.com/OpenXRay/xray-16
install = info.install
@@ -29,7 +29,7 @@ pkgbase = openxray
depends = libjpeg-turbo
conflicts = openxray-git
conflicts = openxray-dev
- source = xray-16::git+https://github.com/OpenXRay/xray-16.git#tag=730-july-preview
+ source = xray-16::git+https://github.com/OpenXRay/xray-16.git#tag=822-december-preview
md5sums = SKIP
pkgname = openxray
diff --git a/PKGBUILD b/PKGBUILD
index 4617b37355fe..a56b6cf5f3c6 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=730
+_tag=822
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,7 +14,7 @@ install="info.install"
makedepends=(gcc git cmake libglvnd libjpeg6-turbo ncurses pcre2 pcre)
depends=(glew sdl2 openal intel-tbb 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-july-preview)
+source=(xray-16::git+https://github.com/OpenXRay/xray-16.git#tag=$_tag-december-preview)
md5sums=('SKIP')
prepare(){
@@ -31,6 +31,7 @@ build() {
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
+# DMEMORY_ALLOCATOR=standard
make
}