From 16270520233e0b6f2374dbb6bd93cf8741722a43 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 22 Jul 2023 17:13:25 +0200 Subject: using https and not git protocol for checkout from github --- .SRCINFO | 7 +++---- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 531bfcb..17faf05 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = notion3 pkgdesc = Tabbed tiling, window manager. Fork of Ion3 pkgver = 20190501 - pkgrel = 2 + pkgrel = 3 url = https://notionwm.net changelog = ChangleLog arch = x86_64 @@ -61,10 +61,9 @@ pkgbase = notion3 backup = etc/notion/test_xinerama.lua backup = etc/notion/xkbbell.lua backup = etc/notion/xkbion.lua - source = notion::git://github.com/raboof/notion#commit=5e820d514837e12b8753a1afe9b5dd1033f449da - source = notion-doc::git://github.com/raboof/notion-doc.git#commit=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07 + source = notion::https://github.com/raboof/notion#commit=5e820d514837e12b8753a1afe9b5dd1033f449da + source = notion-doc::https://github.com/raboof/notion-doc.git#commit=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07 sha256sums = SKIP sha256sums = SKIP pkgname = notion3 - diff --git a/PKGBUILD b/PKGBUILD index 21d134f..26a4257 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=notion3 pkgver=20190501 -pkgrel=2 +pkgrel=3 _commit=5e820d514837e12b8753a1afe9b5dd1033f449da _commit_doc=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07 pkgdesc="Tabbed tiling, window manager. Fork of Ion3" @@ -49,8 +49,8 @@ backup=("etc/notion/cfg_bindings.lua" "etc/notion/xkbion.lua") provides=('libtu' 'libextl') changelog=ChangleLog -source=("notion::git://github.com/raboof/notion#commit=${_commit}" - "notion-doc::git://github.com/raboof/notion-doc.git#commit=${_commit_doc}") +source=("notion::https://github.com/raboof/notion#commit=${_commit}" + "notion-doc::https://github.com/raboof/notion-doc.git#commit=${_commit_doc}") sha256sums=('SKIP' 'SKIP') -- cgit v1.2.3-54-g00ecf