[PKGBUILD] Bump Emacs version

This commit is contained in:
Lucien Cartier-Tilet 2022-11-11 14:43:32 +01:00
parent 0402c048a3
commit 00edb760ea
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -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 Phundraks tweaks."
arch=('x86_64')