summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvitalyr2022-05-24 22:15:35 +0800
committervitalyr2022-05-24 22:15:35 +0800
commita04f2a8c9b5ea26d0f37bd801c464dfef4a975f6 (patch)
tree1dfb1a4cf2aa942c00051b965a8946ce26dabe95
parentf143935d92d80a9076d9e10e595291c5c8c49801 (diff)
downloadaur-a04f2a8c9b5ea26d0f37bd801c464dfef4a975f6.tar.gz
update documentation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31dbbd436fb6..0f174d16cd64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-native-comp-git
pkgdesc = GNU Emacs. Development master branch without PGTK.
pkgver = 29.0.50.156571
- pkgrel = 2
+ pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs-git.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 148604cfe00a..7fc483c4fb81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@
################################################################################
# This PKGBUILD features:
-# - the xwidgets is enabled (you can surf the Internet via
+# - pgtk is not enabled.
+# - 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
@@ -103,7 +104,7 @@ else
pkgname="emacs-native-comp-git"
fi
pkgver=29.0.50.156571
-pkgrel=2
+pkgrel=1
pkgdesc="GNU Emacs. Development master branch without PGTK."
arch=('x86_64')
url="http://www.gnu.org/software/emacs/"