summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Cholasta2023-05-11 14:14:50 +0200
committerJan Cholasta2023-05-11 14:14:50 +0200
commit9f87a0c2a03268f38c7e8ca6d4ba43345147ad6a (patch)
tree2bcd1897f6774a029bcb80aeb042477765c841f5 /PKGBUILD
parent1c355bd92a784edf5d7e826bfe44b14791675de7 (diff)
downloadaur-9f87a0c2a03268f38c7e8ca6d4ba43345147ad6a.tar.gz
gzdoom-4.10.0-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc541a03ebfe..d7fdf22aefca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gzdoom
pkgver=4.10.0
-pkgrel=2
+pkgrel=3
pkgdesc='Feature centric port for all Doom engine games'
arch=('i686' 'x86_64' 'aarch64')
url='http://www.zdoom.org/'
@@ -38,14 +38,17 @@ replaces=('gzdoom1' 'gzdoom-legacy')
options=(!lto)
source=("gzdoom::git+https://github.com/coelckers/gzdoom.git#tag=g${pkgver}"
'gzdoom.desktop'
- '0001-Fix-file-paths.patch')
+ '0001-Fix-file-paths.patch'
+ '0002-build-resolve-missing-includes-under-gcc-13.patch')
sha256sums=('SKIP'
'59122e670f72aa2531aff370e7aaab2d886a7642e79e91f27a533d3b4cad4f6d'
- 'a37dde8274e1a9fd511af951da2e362d503ab4be72e79d4843e1ca3a0129549f')
+ 'a37dde8274e1a9fd511af951da2e362d503ab4be72e79d4843e1ca3a0129549f'
+ 'a5b1db9ddef99234db138bca534c13a769e25f5dd85e37b3604108a62a35c46e')
prepare() {
cd gzdoom
patch -i "$srcdir"/0001-Fix-file-paths.patch -p 1
+ patch -i "$srcdir"/0002-build-resolve-missing-includes-under-gcc-13.patch -p 1
}
build() {