summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89f17914e269..b39a9e1498ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = x86-manpages-git
url = https://github.com/ttmo-O/x86-manpages
arch = any
depends = man-db
- source = git+ssh://git@github.com/ttmo-O/x86-manpages.git
+ source = git+https://github.com/ttmo-O/x86-manpages.git
sha256sums = SKIP
pkgname = x86-manpages-git
diff --git a/PKGBUILD b/PKGBUILD
index 953aa283ec15..c1fccfcf1b8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Man page documentation for x86-64 ISA"
arch=('any')
url="https://github.com/ttmo-O/x86-manpages"
-source=("git+ssh://git@github.com/ttmo-O/x86-manpages.git")
+source=("git+https://github.com/ttmo-O/x86-manpages.git")
sha256sums=('SKIP')
depends=('man-db')