From 2641e6af095694349ac5ae24476e172e89b80f1c Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 22 Aug 2023 14:28:54 +0200 Subject: [PATCH] [PKGBUILD] Switch to Emacs 29 --- code/PKGBUILDs/emacs/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/PKGBUILDs/emacs/PKGBUILD b/code/PKGBUILDs/emacs/PKGBUILD index 068ae06..3dc423f 100644 --- a/code/PKGBUILDs/emacs/PKGBUILD +++ b/code/PKGBUILDs/emacs/PKGBUILD @@ -65,7 +65,7 @@ if [[ $CLI == "YES" ]] ; then else pkgname="emacs-phundrak-git" fi -pkgver=30.0.50.164787 +pkgver=29.0.92.165437 pkgrel=1 pkgdesc="GNU Emacs. Development master branch with Phundrak’s tweaks." arch=('x86_64') @@ -77,7 +77,7 @@ makedepends=('git') provides=('emacs') replaces=('emacs') # source=("emacs-git::git://git.savannah.gnu.org/emacs.git") -source=("emacs-git::git+https://git.savannah.gnu.org/git/emacs.git#commit=0214e9021b4dbbda1b6040e3b692f29d77a3b8cc") +source=("emacs-git::git+https://git.savannah.gnu.org/git/emacs.git#branch=emacs-29") b2sums=('SKIP') OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug) install=emacs-git.install