summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302022-08-20 17:48:38 +0200
committerM0Rf302022-08-20 17:48:38 +0200
commit58bae27ff9b891359bcb652193419bbcd7145c1e (patch)
treeef38f0c99cbf5fb5ca1c77f73dc8c04a09d50537
parent93b318176b1cb2ccc305c07016c83a1b5833bda3 (diff)
downloadaur-58bae27ff9b891359bcb652193419bbcd7145c1e.tar.gz
realrtcw: update patchset
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--disable-steam.patch22
3 files changed, 15 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c78ec6c0805b..1e1be135baf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = realrtcw
pkgdesc = An overhaul mod for critically acclaimed Return To Castle Wolfenstein.
pkgver = 4.0
- pkgrel = 2
+ pkgrel = 1
url = http://www.moddb.com/mods/realrtcw-realism-mod
install = realrtcw.install
arch = i686
@@ -34,6 +34,6 @@ pkgbase = realrtcw
sha256sums = e68d6f400342e36d3db94e519978da0afa2d74f3368b1fe88014c4bdb26b193e
sha256sums = 43501d60c80ae4a2837295fb5faf01d42e31f31371fcd6cecc8054eed965b8f6
sha256sums = 6482482e637d38ce6eff6ab740f971f86b7e0d205797b2c5044aecfcf5701364
- sha256sums = b15b3b4e0fc7b5252354ec7cc4f99805444fd1eb2df085e501e93b33915eab71
+ sha256sums = 5b6c8259e381039c3e0184211cf3624663cd8670798f7ee894c30a001cc2eb81
pkgname = realrtcw
diff --git a/PKGBUILD b/PKGBUILD
index 878b9175209b..0ae74702cd3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=realrtcw
pkgver=4.0
-pkgrel=2
+pkgrel=1
pkgdesc="An overhaul mod for critically acclaimed Return To Castle Wolfenstein."
arch=('i686' 'x86_64')
url="http://www.moddb.com/mods/realrtcw-realism-mod"
@@ -17,7 +17,7 @@ sha256sums=('ecadc55bdb4e3d41dcd4e3872b110d7d0e716a45c6393108387dc7b062830a00'
'e68d6f400342e36d3db94e519978da0afa2d74f3368b1fe88014c4bdb26b193e'
'43501d60c80ae4a2837295fb5faf01d42e31f31371fcd6cecc8054eed965b8f6'
'6482482e637d38ce6eff6ab740f971f86b7e0d205797b2c5044aecfcf5701364'
- 'b15b3b4e0fc7b5252354ec7cc4f99805444fd1eb2df085e501e93b33915eab71')
+ '5b6c8259e381039c3e0184211cf3624663cd8670798f7ee894c30a001cc2eb81')
_mainid=236053
diff --git a/disable-steam.patch b/disable-steam.patch
index 3e1be31bcfa6..7d257cc4c093 100644
--- a/disable-steam.patch
+++ b/disable-steam.patch
@@ -20,17 +20,6 @@
## CLIENT/SERVER RULES
#############################################################################
---- a/Makefile 2022-08-20 16:15:42.116251517 +0200
-+++ B/Makefile 2022-08-20 16:17:20.312141241 +0200
-@@ -2608,7 +2608,6 @@
-
- Q3GOBJ_ = \
-- $(B)/$(BASEGAME)/game/steam.o \
-- $(B)/$(BASEGAME)/game/steamshim_child.o \
- $(B)/$(BASEGAME)/game/g_main.o \
- $(B)/$(BASEGAME)/game/ai_cast.o \
- $(B)/$(BASEGAME)/game/ai_cast_characters.o \
-
--- a/code/game/g_main.c 2022-08-20 16:13:42.954403041 +0200
+++ b/code/game/g_main.c 2022-08-20 16:14:06.114371872 +0200
@@ -30,7 +30,7 @@
@@ -42,3 +31,14 @@
level_locals_t level;
+--- a/Makefile 2022-08-20 17:46:37.000317183 +0200
++++ b/Makefile 2022-08-20 17:47:11.021293927 +0200
+@@ -2607,8 +2607,6 @@
+ #############################################################################
+
+ Q3GOBJ_ = \
+- $(B)/$(BASEGAME)/game/steam.o \
+- $(B)/$(BASEGAME)/game/steamshim_child.o \
+ $(B)/$(BASEGAME)/game/g_main.o \
+ $(B)/$(BASEGAME)/game/ai_cast.o \
+ $(B)/$(BASEGAME)/game/ai_cast_characters.o \