summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-07-22 17:13:25 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-07-22 17:13:25 +0200
commit16270520233e0b6f2374dbb6bd93cf8741722a43 (patch)
treeb3ba92ed0b0bbb8c51e93c3bf79f17cb9dccb951
parentb6e4337b6986ae430f35fe8fe315f758e5bf47f7 (diff)
downloadnotion3-16270520233e0b6f2374dbb6bd93cf8741722a43.tar.gz
notion3-16270520233e0b6f2374dbb6bd93cf8741722a43.tar.bz2
using https and not git protocol for checkout from github
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
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')