summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamuel Mesa2019-10-11 16:29:43 -0500
committerSamuel Mesa2019-10-11 16:29:43 -0500
commit04ab45d8fccd1ce1b281271eb3855714d17266e7 (patch)
tree160159d00440230c88c30f07227ecce554bad6dc /PKGBUILD
parentf2b82607429bc1a5739eb6d4474bfcbc555951cc (diff)
downloadaur-04ab45d8fccd1ce1b281271eb3855714d17266e7.tar.gz
Update building
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b78cc0a7098..ec87a122e192 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,8 +37,8 @@ pkgver() {
build() {
cd $_pkgname
- ./configure --prefix=/usr --enable-libxml2 --enable-librttopo
- make -j2
+ ./configure --prefix=/usr --enable-libxml2 --enable-rttopo
+ make
}
package() {