summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFran Dieguez2020-08-17 16:44:31 +0200
committerFran Dieguez2020-08-17 16:44:31 +0200
commit62bb981228bc704055318ab60dc646e74da574f0 (patch)
tree7d5a94c3f8babe352324ca46a2a261e8644f0eb4
parent0f1a5e9438e52e81ae964111ad022f6ba05bd99f (diff)
downloadaur-62bb981228bc704055318ab60dc646e74da574f0.tar.gz
Change to default build flags while building the package
We are evaluating creating a separate package with the extended hunspell rules
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 448ce2c15d73..ea2a837af294 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ prepare() {
build() {
cd "$srcdir/$pkgname"
- scons aff=norma,trasno,unidades dic=comunidade,rag,iso639,iso4217,norma,trasno,unidades,uvigo,wikipedia,wiktionary rep=comunidade,rag,wikipedia code=gl_ES
+ scons code=gl_ES
}
package(){