summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Whatson2020-08-25 20:30:08 +1000
committerAndrew Whatson2020-08-25 20:30:08 +1000
commit4bdd4ea3edea093c76f81b89f01e4eb7c2aafd17 (patch)
tree4979b4591a4923b7a334deeebd3cfdd01bd19b16 /PKGBUILD
parentbddb72c51befb3813889778d2751613c5f93d1da (diff)
downloadaur-4bdd4ea3edea093c76f81b89f01e4eb7c2aafd17.tar.gz
Use up-to-date pgtk-nativecomp branch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02816584ab55..113538fcd63d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,9 @@
################################################################################
# The difference between this PKGBUILD and the one from `emacs-git` is that:
-# - this one builds emacs from fejfighter's `pgtk-nativecomp` branch
+# - 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
# - the pure-GTK3 rendering backend is enabled
# - the xwidgets webkit2gtk support is enabled
# - the native Elisp compiler is enabled
@@ -71,7 +73,7 @@ PROFILING= # Enable gprof profiling support.
################################################################################
pkgname="emacs-pgtk-native-comp-git"
-pkgver=28.0.50.143231
+pkgver=28.0.50.143467
pkgrel=1
pkgdesc="GNU Emacs. Unofficial pgtk-nativecomp branch."
arch=('x86_64' )
@@ -82,7 +84,7 @@ makedepends=('git')
provides=('emacs' 'emacs-seq')
conflicts=('emacs' 'emacs26-git' 'emacs-27-git' 'emacs-git' 'emacs-seq')
replaces=('emacs26-git' 'emacs27-git' 'emacs-git' 'emacs-seq')
-source=("emacs-git::git://github.com/fejfighter/emacs.git#branch=pgtk-nativecomp")
+source=("emacs-git::git://github.com/flatwhatson/emacs.git#branch=pgtk-nativecomp")
# If Savannah access is blocked for reasons, use Github instead.
# Edit the config file of your local repo copy as well.
#source=("emacs-git::git://github.com/emacs-mirror/emacs.git")