From 00edb760ea79b06ef34bee7b472483dec68c83cb Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Fri, 11 Nov 2022 14:43:32 +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 817c045..3c67dc9 100644 --- a/Documents/code/PKGBUILDs/emacs/PKGBUILD +++ b/Documents/code/PKGBUILDs/emacs/PKGBUILD @@ -52,7 +52,7 @@ NOCAIRO= # Disable here. XWIDGETS="YES" # Use GTK+ widgets pulled from webkit2gtk. Usable. DOCS_HTML="YES" # Generate and install html documentation. DOCS_PDF= # Generate and install pdf documentation. -NOGZ="YES" # Don't compress .el files. +NOGZ= # Don't compress .el files. ################################################################################ ################################################################################ @@ -61,7 +61,7 @@ if [[ $CLI == "YES" ]] ; then else pkgname="emacs-phundrak-git" fi -pkgver=29.0.50.161366 +pkgver=29.0.50.161872 pkgrel=1 pkgdesc="GNU Emacs. Development master branch with Phundrak’s tweaks." arch=('x86_64')