summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbd1aa756a78..4bef84f90a5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = emacs-git
+pkgbase = emacs-native-comp-git-enhanced
pkgdesc = GNU Emacs. Development native-comp branch.
pkgver = 28.0.50.142625
pkgrel = 1
diff --git a/PKGBUILD b/PKGBUILD
index 42430688225e..438d33d1cdb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -275,6 +275,7 @@ fi
# Please note that incremental compilation implies that you
# are reusing your src directory!
#
+ # use 12 threads to compile
if [[ $FAST_BOOT == "YES" ]]; then
make -j12 NATIVE_FAST_BOOT=1
else