summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorybenel2024-10-31 13:51:55 +0100
committerybenel2024-10-31 13:58:37 +0100
commit350532e993bd21edc8a0d1336d50bb406c791728 (patch)
tree0fe9595c9b5a0e4d432101c76658ce5b1138f41b
parent7da5bd0cfbd51ad97b89f2ba1150045d56239df7 (diff)
downloadaur-350532e993bd21edc8a0d1336d50bb406c791728.tar.gz
Updating to 29.4.50
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75d2c2a09f8c..691316bf7d31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer : ybenel <ybenel@ybenel.cf>
+# Maintainer : ybenel <root@ybenel.xyz>
# Contributor: xiliuya <xiliuya@163.com>
# Contributor: Pedro A. López-Valencia <https://aur.archlinux.org/users/vorbote>
@@ -110,9 +110,9 @@ pkgname="emacs29-nox-native-comp-git"
else
pkgname="emacs29-lucid-native-comp-git"
fi
-pkgver=29.0.91.165166
+pkgver=29.4.50.1675ca
pkgrel=1
-pkgdesc="GNU Emacs. Development emacs29 release branch."
+pkgdesc="GNU Emacs (29) - Developement, Build Lucid Native Comp."
arch=('x86_64')
url="http://www.gnu.org/software/emacs/"
license=('GPL3')
@@ -390,7 +390,7 @@ _conf+=('--program-transform-name=s/\([ec]tags\)/\1.emacs/')
################################################################################
- ../configure "${_conf[@]}"
+ # ../configure "${_conf[@]}"
# Using "make" instead of "make bootstrap" enables incremental
# compiling. Less time recompiling. Yay! But you may