From 724c27724f9b2e00c7aaa6a7bb0b03172f89d7fd Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 10 Mar 2023 15:14:14 +0100 Subject: [PATCH] [PKGBUILD] Bump Emacs version --- Documents/code/PKGBUILDs/emacs/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documents/code/PKGBUILDs/emacs/PKGBUILD b/Documents/code/PKGBUILDs/emacs/PKGBUILD index 15f94fc..a836921 100644 --- a/Documents/code/PKGBUILDs/emacs/PKGBUILD +++ b/Documents/code/PKGBUILDs/emacs/PKGBUILD @@ -49,7 +49,7 @@ XI2="YES" # Use Xinput2 support. # https://www.x.org/releases/X11R7.7/doc/inputproto/XI2proto.txt ALSA= # Linux sound support. NOCAIRO= # Disable here. -XWIDGETS="YES" # Use GTK+ widgets pulled from webkit2gtk. Usable. +XWIDGETS="YES" # Use GTK+ widgets pulled from webkit2gtk. Somewhat usable. DOCS_HTML="YES" # Generate and install html documentation. DOCS_PDF= # Generate and install pdf documentation. NOGZ= # Don't compress .el files. @@ -65,7 +65,7 @@ if [[ $CLI == "YES" ]] ; then else pkgname="emacs-phundrak-git" fi -pkgver=30.0.50.162621 +pkgver=30.0.50.165353 pkgrel=1 pkgdesc="GNU Emacs. Development master branch with Phundrak’s tweaks." arch=('x86_64')