summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpike292022-08-19 18:26:58 +0200
committerSpike292022-08-19 18:26:58 +0200
commit061665bc177ada9683cf2058908496f42103a9af (patch)
tree9fdfb58524a0a484dc582bf14a5211abf7395175
parentaf0ee044c4e28e1e22e216b4b44d5d0cea8ce0fa (diff)
downloadaur-061665bc177ada9683cf2058908496f42103a9af.tar.gz
Remove the CXXFLAGS workaround, the upstream bug has been fixed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83f98d5d4016..9032887f5e0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = netradiant-git
pkgdesc = The open source, cross platform level editor for idtech games (GtkRadiant fork)
- pkgver = r2263.d9338309
+ pkgver = r2268.da0e52ba
pkgrel = 1
epoch = 1
url = https://netradiant.gitlab.io/
diff --git a/PKGBUILD b/PKGBUILD
index a120c48eb516..f8892be7acd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: J0k3r <moebius282 at gmail dot com>
pkgname=netradiant-git
-pkgver=r2263.d9338309
+pkgver=r2268.da0e52ba
pkgrel=1
epoch=1
pkgdesc='The open source, cross platform level editor for idtech games (GtkRadiant fork)'
@@ -30,9 +30,6 @@ prepare() {
build() {
cd "${srcdir}/${pkgname}/"
-
- # Workaround for https://gitlab.com/xonotic/netradiant/-/issues/156
- export CXXFLAGS+=" -Wp,-U_GLIBCXX_ASSERTIONS"
# Possible values for the GAMEPACKS_LICENSE_LIST filter are "free",
# "all" (free + proprietary) and "none".