summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ccae06a50ae..1633836f99af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs-native-comp-git-enhanced
pkgdesc = GNU Emacs. Development native-comp branch and pgtk branch combined.
- pkgver = 28.0.50.148605
+ pkgver = 28.0.50.148556
pkgrel = 1
url = http://www.gnu.org/software/emacs/
arch = x86_64
@@ -31,7 +31,7 @@ pkgbase = emacs-native-comp-git-enhanced
replaces = emacs27-git
replaces = emacs-git
replaces = emacs-seq
- source = emacs-git::git://git.sv.gnu.org/emacs.git#branch=feature/pgtk
+ source = emacs-git::git://github.com/emacs-mirror/emacs.git#branch=feature/pgtk
md5sums = SKIP
pkgname = emacs-native-comp-git-enhanced
diff --git a/PKGBUILD b/PKGBUILD
index 6cce96308df6..3371160d7c9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,7 @@
################################################################################
# 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 one builds emacs from official emacs repo's feature/pgtk branch
# - the pure-GTK3 rendering backend is enabled
# - the xwidgets webkit2gtk support is enabled
# - the native Elisp compiler is enabled
@@ -89,9 +87,9 @@ 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')
-## use github repo if you have network issues
-## source=("emacs-git::git://github.com/emacs-mirror/emacs.git#branch=feature/pgtk")
-source=("emacs-git::git://git.sv.gnu.org/emacs.git#branch=feature/pgtk")
+## use emacs's savannah repo if you have network issues
+source=("emacs-git::git://github.com/emacs-mirror/emacs.git#branch=feature/pgtk")
+## source=("emacs-git::git://git.sv.gnu.org/emacs.git#branch=feature/pgtk")
md5sums=('SKIP')
################################################################################