summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ad268922ef5..a53a5722a28b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = emacs-native-comp-git-enhanced
pkgdesc = GNU Emacs. Development native-comp branch and pgtk branch combined.
pkgver = 28.0.50.148556
- pkgrel = 0
+ pkgrel = 2
url = http://www.gnu.org/software/emacs/
arch = x86_64
license = GPL3
@@ -31,7 +31,7 @@ pkgbase = emacs-native-comp-git-enhanced
replaces = emacs27-git
replaces = emacs-git
replaces = emacs-seq
- source = emacs-git::git://github.com:flatwhatson/emacs.git#branch=pgtk-nativecomp
+ source = emacs-git::git://github.com/flatwhatson/emacs.git#branch=pgtk-nativecomp
md5sums = SKIP
pkgname = emacs-native-comp-git-enhanced
diff --git a/PKGBUILD b/PKGBUILD
index 16e8666906ac..5fe40a5ca7b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -79,7 +79,7 @@ PROFILING= # Enable gprof profiling support.
################################################################################
pkgname="emacs-native-comp-git-enhanced"
pkgver=28.0.50.148556
-pkgrel=0
+pkgrel=2
pkgdesc="GNU Emacs. Development native-comp branch and pgtk branch combined."
arch=('x86_64' )
url="http://www.gnu.org/software/emacs/"
@@ -90,7 +90,7 @@ 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 emacs's savannah repo if you have network issues
-source=("emacs-git::git://github.com:flatwhatson/emacs.git#branch=pgtk-nativecomp")
+source=("emacs-git::git://github.com/flatwhatson/emacs.git#branch=pgtk-nativecomp")
## source=("emacs-git::git://git.sv.gnu.org/emacs.git#branch=feature/pgtk")
md5sums=('SKIP')
################################################################################