summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpancho horrillo2022-01-11 23:15:40 +0100
committerpancho horrillo2022-01-11 23:15:40 +0100
commitd1d7c38ebe5c46addcadc57a929d76ea6073598a (patch)
treead21088f39e320685a45ac8adb50759910e38260
parentd7b3ff78efdce4fccbfcbe757a54ab7394bad295 (diff)
downloadaur-d1d7c38ebe5c46addcadc57a929d76ea6073598a.tar.gz
Communicate with GitHub over https
Unauthenticated access is about to be deprecatedÂą. Thanks a bunch to @deuill for pointing this out to me! [1]: https://github.blog/2021-09-01-improving-git-protocol-security-github/
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c53e57c36af8..7a6dec2d85b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emacs28-git
pkgdesc = emacs-28 release branch
- pkgver = 28.0.90.151068
+ pkgver = 28.0.91.151127
pkgrel = 1
url = http://www.gnu.org/software/emacs/
install = emacs28-git.install
@@ -33,7 +33,7 @@ pkgbase = emacs28-git
replaces = emacs-seq
replaces = emacs-nox
options = !strip
- source = emacs28-git::git://github.com/emacs-mirror/emacs.git#branch=emacs-28
+ source = emacs28-git::git+https://github.com/emacs-mirror/emacs.git#branch=emacs-28
b2sums = SKIP
pkgname = emacs28-git
diff --git a/PKGBUILD b/PKGBUILD
index 5f9984f5cc9f..11745d4792ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -60,7 +60,7 @@ if [[ $CLI == YES ]]; then
else
pkgname=emacs28-git
fi
-pkgver=28.0.90.151068
+pkgver=28.0.91.151127
pkgrel=1
pkgdesc='emacs-28 release branch'
arch=(x86_64)
@@ -76,7 +76,7 @@ options=(!strip)
install=emacs28-git.install
# Savannah may fail, use GitHub’s mirror instead
#source=($pkgname::git://git.savannah.gnu.org/emacs.git#branch=emacs-28)
-source=($pkgname::git://github.com/emacs-mirror/emacs.git#branch=emacs-28)
+source=($pkgname::git+https://github.com/emacs-mirror/emacs.git#branch=emacs-28)
b2sums=(SKIP)
################################################################################