summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Whatson2021-01-18 22:50:25 +1000
committerAndrew Whatson2021-01-18 22:50:55 +1000
commit04be739ea71fafacb642d103fa2141d03ef62ce3 (patch)
treeee89cc6c6b5f701dcab5c0eb7bfa6947d8c003da
parent5cd0f8a582d9e39a197eab9bc08bb13dc7f5b22c (diff)
downloadaur-04be739ea71fafacb642d103fa2141d03ef62ce3.tar.gz
Default to FAST_BOOT builds
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79eb0ae69aad..d874f3f97566 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-native-comp-git
pkgdesc = GNU Emacs. Development native-comp branch.
- pkgver = 28.0.50.143742
+ pkgver = 28.0.50.146220
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 48f1bca856b9..34337eaac488 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -66,14 +66,14 @@ MAGICK= # ImageMagick 7 support. Deprecated (read the logs).
#are doing.
# -->>If you just *believe* you need it, you don't.<<--
NOGZ="YES" # Don't compress .el files.
-FAST_BOOT= # Only native-compile the bare minimum. Intended for use with
+FAST_BOOT="YES" # Only native-compile the bare minimum. Intended for use with
# deferred compilation to native-compile on-demand at runtime.
PROFILING= # Enable gprof profiling support.
################################################################################
################################################################################
pkgname="emacs-native-comp-git"
-pkgver=28.0.50.143742
+pkgver=28.0.50.146220
pkgrel=1
pkgdesc="GNU Emacs. Development native-comp branch."
arch=('x86_64' )