summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2023-12-10 20:58:24 +0000
committerWorMzy Tykashi2023-12-10 20:58:24 +0000
commit51457e5c9e4130b7c63e6da766adb207d3922e5a (patch)
tree785dbaab5d3a6566761f305a4ad4038e8d384ba8
parent711a7ce1747c560e08aef74d221feeba70a9947a (diff)
downloadaur-51457e5c9e4130b7c63e6da766adb207d3922e5a.tar.gz
Updated to 7.9.22
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd563b598e8e..15efcb90a095 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openxcom-extended
pkgdesc = An extended version of the open-source reimplementation of X-COM (OXCE)
- pkgver = 7.9.21
+ pkgver = 7.9.22
pkgrel = 1
epoch = 1
url = https://openxcom.org/forum/index.php/topic,5251.0.html
@@ -30,7 +30,7 @@ pkgbase = openxcom-extended
provides = openxcom
provides = openxcom-git
conflicts = openxcom
- source = openxcom-extended::git+https://github.com/MeridianOXC/OpenXcom.git#commit=13478609cee1d907a3f24fd0522dd5fbb5dd3057
+ source = openxcom-extended::git+https://github.com/MeridianOXC/OpenXcom.git#commit=82339e8357958f52e59cd91e67c30d26c6ad2953
md5sums = SKIP
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 45e6555d82ce..6d7cb73d39f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: WorMzy Tykashi <wormzy.tykashi@gmail.com>
pkgname=openxcom-extended
-pkgver=7.9.21
+pkgver=7.9.22
epoch=1
# Repo doesn't use tags, so set which commit this version corresponds to in
# https://github.com/MeridianOXC/OpenXcom/commits/oxce-plus/src/version.h
-_commit=13478609cee1d907a3f24fd0522dd5fbb5dd3057
+_commit=82339e8357958f52e59cd91e67c30d26c6ad2953
pkgrel=1
pkgdesc="An extended version of the open-source reimplementation of X-COM (OXCE)"
arch=('i686' 'x86_64')
@@ -24,6 +24,8 @@ sha1sums=('SKIP')
prepare() {
mkdir -p ${pkgname}/build
+ # 7.9.22 build fix
+ sed -i '/#include <memory>/a#include <utility>' openxcom-extended/src/Engine/CrossPlatform.h
}
build() {