summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f174d16cd64..31dbbd436fb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-native-comp-git
pkgdesc = GNU Emacs. Development master branch without PGTK.
pkgver = 29.0.50.156571
- pkgrel = 1
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2f07a38b2ca1..148604cfe00a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -62,7 +62,7 @@ AOT="YES" # Precompile all included elisp. It takes a long time.
CLI= # CLI only binary.
-XINPUT2= # Use Xinput2 support.
+XINPUT2="YES" # Use Xinput2 support.
# https://www.x.org/releases/X11R7.7/doc/inputproto/XI2proto.txt
# This is useless with pgtk.
@@ -103,7 +103,7 @@ else
pkgname="emacs-native-comp-git"
fi
pkgver=29.0.50.156571
-pkgrel=1
+pkgrel=2
pkgdesc="GNU Emacs. Development master branch without PGTK."
arch=('x86_64')
url="http://www.gnu.org/software/emacs/"