summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshenleban tongying2022-10-26 11:58:40 -0400
committershenleban tongying2022-10-26 11:58:40 -0400
commit8b2827d998522a229ad6c878a4d230128b51b45e (patch)
tree9e10f7028324dcf95e6a5ecf4072b9c1dc260b9c
parent450084a494645e75a8c9e02e60d427869532ca7e (diff)
downloadaur-8b2827d998522a229ad6c878a4d230128b51b45e.tar.gz
remove GLIBCXX_ASSERTIONS temporarily
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc198422b4f8..a7137a9aefef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = goldendict-webengine-git
pkgdesc = A feature-rich dictionary lookup program, supporting multiple dictionary formats.
- pkgver = 22.9.24.alpha.220930.ca7fc1c2.r71.g6742321a
+ pkgver = 22.9.24.alpha.220930.ca7fc1c2.r74.g408f9947
pkgrel = 1
url = http://goldendict.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 86229a05d555..3b5069e03b0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Maintainer: slbtty <shenlebantongying@gmail.com>
pkgname=goldendict-webengine-git
-pkgver=22.9.24.alpha.220930.ca7fc1c2.r71.g6742321a
+pkgver=22.9.24.alpha.220930.ca7fc1c2.r74.g408f9947
pkgrel=1
pkgdesc="A feature-rich dictionary lookup program, supporting multiple dictionary formats."
arch=('i686' 'x86_64')
@@ -27,6 +27,10 @@ pkgver() {
prepare() {
cd "$srcdir/$pkgname"
+
+ # remove the default flag U_GLIBCXX_ASSERTIONS
+ echo "QMAKE_CXXFLAGS += -U_GLIBCXX_ASSERTIONS" >> goldendict.pro
+
}
build(){