summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Beardslee2020-12-06 20:15:23 +1300
committerJamie Beardslee2020-12-06 20:15:23 +1300
commitbf640949f001b4bde30c7cd71c093a98d3364c71 (patch)
tree2506779fd0b0b8b283f309986fc088eeb0e204f9
parent2e06366dab6920326ed3b5bfdd62325627c377e7 (diff)
downloadaur-bf640949f001b4bde30c7cd71c093a98d3364c71.tar.gz
Change source from git:// to https
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c9f57245f90..9302f7fc7eee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,6 +21,6 @@ optdepends = nodejs: for terminal
optdepends = aria2: for browser
optdepends = libreoffice: doc viewer
optdepends = filebrowser-bin: for file browser
-source = git://github.com/manateelazycat/emacs-application-framework
+source = https://github.com/manateelazycat/emacs-application-framework
pkgname = emacs-eaf
diff --git a/PKGBUILD b/PKGBUILD
index 07e0e58ce41f..3fadca469903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ optdepends=('python-pymupdf: for pdf viewer'
makedepends=('git')
provides=('emacs-eaf')
conflicts=('emacs-eaf')
-source=("emacs-eaf::git://github.com/manateelazycat/emacs-application-framework")
+source=("emacs-eaf::https://github.com/manateelazycat/emacs-application-framework")
options=(!strip)
md5sums=('SKIP')