summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5cc06470e26c..5c9618fea70e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,4 @@
-# Maintainer: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
-# Contributor: Thorsten Toepper <atsutane@freethoughts.de>
+# Maintainer: takiz <tacidd@gmail.com>
pkgname=newsbeuter-git
pkgver=2278.96e9506
@@ -24,6 +23,7 @@ pkgver() {
build() {
cd "$srcdir/newsbeuter"
./config.sh
+ export CXXFLAGS="-Wno-error=stringop-truncation -Wno-error=sign-compare"
make
make doc
}
@@ -37,5 +37,4 @@ package() {
}
-# vim:set ts=2 sw=2 et: