[arch-commits] Commit in keybase/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Wed Apr 27 14:11:06 UTC 2022


    Date: Wednesday, April 27, 2022 @ 14:11:06
  Author: alerque
Revision: 1191137

upgpkg: keybase 5.9.3-2; go 1.18 rebuild

Modified:
  keybase/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-27 14:10:51 UTC (rev 1191136)
+++ PKGBUILD	2022-04-27 14:11:06 UTC (rev 1191137)
@@ -7,7 +7,7 @@
 pkgname=(keybase kbfs keybase-gui)
 pkgdesc='CLI tool for GPG with keybase.io'
 pkgver=5.9.3
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url=https://keybase.io
 _url=https://github.com/keybase/client
@@ -37,6 +37,9 @@
 	ln -sf "${_archive/$pkgbase/client}" "$_archive"
 	cd "$_archive"
 
+	# Fixup unsecured git access blocked by GitHub
+	sed -i -E 's#git://#git+https://#' shared/package.json shared/yarn.lock
+
 	export GOPATH="${srcdir}/.gopath"
 	mkdir -p "${GOPATH}"/src/github.com/keybase
 	ln -sf "${PWD}" "${GOPATH}"/src/github.com/keybase/client



More information about the arch-commits mailing list