summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-11-07 12:47:26 +0200
committerStelios Tsampas2023-11-07 12:47:26 +0200
commitebba7e8bcdc43e1c9a8a6420faa04a1dcc231d4c (patch)
tree3f7cbf2cbd40435a8de429a61bd4641901e035cf
parent3810e37d596f70985e06ae2ec3b81fe8abcf4bc1 (diff)
downloadaur-rbdoom-3-bfg.tar.gz
[rbdoom-3-bfg] Fix compilation issue
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
-rw-r--r--PKGBUILD.live2
3 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c302c23db53d..bfcd6b086b87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rbdoom-3-bfg
pkgdesc = Doom 3 BFG Edition with modern engine features like PBR, Baked Global Illumination, Soft Shadows
pkgver = 1.5.1
- pkgrel = 8
+ pkgrel = 9
url = https://github.com/RobertBeckebans/RBDOOM-3-BFG
install = rbdoom-3-bfg.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 30881ceafeb6..57228005deaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=rbdoom-3-bfg
_srctag=1.5.1
pkgver=${_srctag//-/.}
-pkgrel=8
+pkgrel=9
pkgdesc="Doom 3 BFG Edition with modern engine features like PBR, Baked Global Illumination, Soft Shadows"
arch=('x86_64')
url="https://github.com/RobertBeckebans/RBDOOM-3-BFG"
@@ -42,6 +42,7 @@ source=(
prepare() {
cd RBDOOM-3-BFG
git remote set-url origin https://github.com/RobertBeckebans/RBDOOM-3-BFG.git
+ git cherry-pick -n feffa4a4dd9a2a5f3c608f720cde41bea37797d3
git submodule update --init --filter=tree:0 --recursive
}
diff --git a/PKGBUILD.live b/PKGBUILD.live
index f4d9e164b66e..8b5534715619 100644
--- a/PKGBUILD.live
+++ b/PKGBUILD.live
@@ -3,7 +3,7 @@
# Based on the rbdoom3-bfg-git package by M0Rf30
pkgname=rbdoom-3-bfg
-pkgver=1.5.1.r38.a51833e4
+pkgver=1.5.1.r45.b04705c5
pkgrel=1
pkgdesc="Doom 3 BFG Edition with modern engine features like PBR, Baked Global Illumination, Soft Shadows"
arch=('x86_64')