summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyr2022-02-19 21:59:14 +0800
committervitalyr2022-02-19 21:59:14 +0800
commit481500b6fc8b74b7dc6d8f3158faf2d716970a5c (patch)
treeff7e04c7f61cb5b0d4da02fd7f431c14e12b1085
parent1c6e3441a992316d4702d6ff027d769f7749d2a0 (diff)
downloadaur-481500b6fc8b74b7dc6d8f3158faf2d716970a5c.tar.gz
Clear useless comments, update version number
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 509e87c92f42..71d9f72107d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-native-comp-git-enhanced
pkgdesc = GNU Emacs. Development master branch.
- pkgver = 29.0.50.153049
- pkgrel = 2
+ pkgver = 29.0.50.154541
+ pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f2ca25256e34..7aaa18d7476c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,11 @@
# Maintainer of emacs-pgtk-native-comp: Andrew Whatson <https://aur.archlinux.org/account/flatwhatson>
################################################################################
-# The difference between this PKGBUILD and the one from `emacs-git` is that:
-# - this one builds emacs from flatwhatson's `pgtk-nativecomp` branch, which
-# contains an up-to-date merge of masm11 and fejfighter's pgtk work with
-# the feature/native-comp branch from the official emacs repo.
+# This PKGBUILD features:
# - the pure-GTK3 rendering backend is enabled.
-# - the xwidgets webkit2gtk is disabled for xwidgets doesn't support pgtk.
-# - link-time optimization is enabled by default.
+# - the xwidgets is enabled (you can surf the Internet via
+# a modern browser(webkit) in Emacs!).
+# - link-time optimization is disabled by default.
# - enalbe JIT and AOT compilation of emacs-lisp, which
# means built-in packages and your own packages are
# native compiled by default.
@@ -103,8 +101,8 @@ if [[ $CLI == "YES" ]] ; then
else
pkgname="emacs-native-comp-git-enhanced"
fi
-pkgver=29.0.50.153049
-pkgrel=2
+pkgver=29.0.50.154541
+pkgrel=1
pkgdesc="GNU Emacs. Development master branch."
arch=('x86_64')
url="http://www.gnu.org/software/emacs/"