summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortakiz2020-02-29 07:09:26 +0500
committertakiz2020-02-29 07:09:26 +0500
commit30923e9a423d96d2f18d2ee2ce2038a5b52cbc70 (patch)
treeee303715c10cf508fdb99d27d95101ce37e4afe4 /PKGBUILD
parent6c888fda70fc75991aaaeaf4656348869ad92062 (diff)
downloadaur-30923e9a423d96d2f18d2ee2ce2038a5b52cbc70.tar.gz
revive
Diffstat (limited to 'PKGBUILD')
-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: