From 17361b6478ee3d79c7291e309d988ca7ffee7f8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=88=E5=AD=A3=E8=8A=B1=E4=B8=AD=E7=9A=84=E6=98=9F?= =?UTF-8?q?=E8=BE=B0?= Date: Sun, 31 Oct 2021 18:01:44 +0000 Subject: [PATCH] change https to ssh --- popart/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/popart/PKGBUILD b/popart/PKGBUILD index ae1b62fcf3..b16e3b5e90 100644 --- a/popart/PKGBUILD +++ b/popart/PKGBUILD @@ -9,7 +9,7 @@ url="http://popart.otago.ac.nz/index.shtml" license=('custom') depends=('marble' 'lpsolve' 'qt5-base') makedepends=('git') -source=("git+https://github.com/jessicawleigh/popart-current.git" "popart.desktop") +source=("git+git@github.com:jessicawleigh/popart-current.git" "popart.desktop") md5sums=('SKIP' '44802b43fa5dba142dbb20cc32e15f45')