summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpike292023-05-05 14:25:37 +0200
committerSpike292023-05-05 14:25:37 +0200
commitec292d38d3e6e2496fa78598201904761fd45762 (patch)
treecdf9fd4d192506e457fcc6c4e496003fdb0252de /PKGBUILD
parente652cf5112d6e201789c7a04ec1ff6c4a0ad5188 (diff)
downloadaur-ec292d38d3e6e2496fa78598201904761fd45762.tar.gz
The patch is no longer needed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32d1ff2f4326..7e92bf245fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: J0k3r <moebius282 at gmail dot com>
pkgname=netradiant-git
-pkgver=r2536.fa4a5cca
+pkgver=r2538.9404124f
pkgrel=1
epoch=1
pkgdesc='The open source, cross platform level editor for idtech games (GtkRadiant fork)'
@@ -14,10 +14,8 @@ depends=('gtk2' 'gtkglext' 'minizip' 'libjpeg-turbo' 'libwebp')
makedepends=('git' 'svn' 'wget' 'unzip' 'cmake' 'make')
provides=('netradiant' 'q3map2' 'q3data' 'q2map' 'qdata3' 'h2data')
conflicts=('netradiant-custom')
-source=("${pkgname}::git+https://gitlab.com/xonotic/netradiant.git"
- "build_with_gcc13.diff")
-sha256sums=('SKIP'
- 'cc0b3a6e3a8064c4eb1b9153748869c5177d427c0f9a6d5044c9e9e197a7a71f')
+source=("${pkgname}::git+https://gitlab.com/xonotic/netradiant.git")
+sha256sums=('SKIP')
pkgver() {
cd "${srcdir}/${pkgname}/"
@@ -25,9 +23,6 @@ pkgver() {
}
prepare() {
- # Fix compilation with gcc 13
- patch -d ${srcdir}/${pkgname} -p1 < build_with_gcc13.diff
-
cd "${srcdir}/${pkgname}"
# Fetch the Crunch submodule
git submodule update --init --recursive