summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPedro A. López-Valencia2022-01-05 09:41:04 -0500
committerPedro A. López-Valencia2022-01-05 09:41:04 -0500
commit6e9083d579b5f010eb00158629184a9f8a926848 (patch)
tree3311d82a4070c7c8413b26e46603f7423c666cb5
parentc2216b91960d0dfb822f5fe41ac764e1e63544d2 (diff)
downloadaur-6e9083d579b5f010eb00158629184a9f8a926848.tar.gz
* Enable JIT support.
* Fix a small typo in a comment.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58de54a25623..962aa3237f18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-git
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 29.0.50.153039
+ pkgver = 29.0.50.153388
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
@@ -13,6 +13,7 @@ pkgbase = emacs-git
depends = libxml2
depends = jansson
depends = harfbuzz
+ depends = libgccjit
depends = libxi
depends = gtk3
depends = libjpeg-turbo
diff --git a/PKGBUILD b/PKGBUILD
index 36d2e4acaa80..de3f1ecf4736 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ GOLD= # Use the gold linker.
LTO= # Enable link-time optimization. Still experimental.
-JIT= # Enable native just-in-time compilation. libgccjit is in AUR.
+JIT="YES" # Enable native just-in-time compilation. libgccjit is in AUR.
# This compiles only performance critical elisp files.
#
# To compile all elisp on demand, add
@@ -41,7 +41,7 @@ AOT= # Precompile all included elisp. It takes a long time.
CLI= # CLI only binary.
-GPM= # Mouse support in Linux console using gmpd.
+GPM= # Mouse support in Linux console using gpmd.
NOTKIT= # Use no toolkit widgets. Like B&W Twm (001d sk00l).
# Bitmap fonts only, 1337!
@@ -80,7 +80,7 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-git"
fi
-pkgver=29.0.50.153039
+pkgver=29.0.50.153388
pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')