From 7d9ffbd3a4cbd9dbfc8497e65ca8fad34fd40edf Mon Sep 17 00:00:00 2001 From: Mollusk Date: Sat, 27 Jun 2026 15:58:59 -0400 Subject: [PATCH] packaging: use anonymous HTTPS clone URL in PKGBUILD source MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The source fragment used git+ssh://git@gitbutter.xyz, which requires the maintainer's SSH key — so no one else could build peerspeak-git. The repo is public on gitbutter, so switch to the anonymous HTTPS clone URL. Co-Authored-By: Claude Opus 4.8 --- packaging/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/PKGBUILD b/packaging/PKGBUILD index 9a64dc7..72ac02a 100644 --- a/packaging/PKGBUILD +++ b/packaging/PKGBUILD @@ -14,7 +14,7 @@ optdepends=('pixelpass: screen sharing inside a room' provides=('peerspeak') conflicts=('peerspeak') options=('!lto' '!debug') -source=("$_pkgname::git+ssh://git@gitbutter.xyz/mollusk/peerspeak.git") +source=("$_pkgname::git+https://gitbutter.xyz/mollusk/peerspeak.git") sha256sums=('SKIP') pkgver() {