summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2022-03-19 09:55:03 +0100
committerFlorian Bruhin2022-03-19 09:55:33 +0100
commit7f1ebb46a9b74f441e0dbaa5bd9b922d753ab214 (patch)
tree73defd7cf0ca5631fa15decffa1de61d67c5dc53
parent25d4ea97e2a17c5706261488a2df9a0d439d6725 (diff)
downloadaur-7f1ebb46a9b74f441e0dbaa5bd9b922d753ab214.tar.gz
Use git via HTTPS
See https://github.blog/2021-09-01-improving-git-protocol-security-github/
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd6c34a2651d..722fa729c48e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = herbstluftwm-git
pkgdesc = Manual tiling window manager for X
- pkgver = 0.9.3.r23.g9cdf6938
+ pkgver = 0.9.4.r1.g1cbe7d10
pkgrel = 1
epoch = 1
url = https://herbstluftwm.org
@@ -20,7 +20,7 @@ pkgbase = herbstluftwm-git
optdepends = dmenu: used in some example scripts
provides = herbstluftwm
conflicts = herbstluftwm
- source = herbstluftwm-git::git://github.com/herbstluftwm/herbstluftwm
+ source = herbstluftwm-git::git+https://github.com/herbstluftwm/herbstluftwm
validpgpkeys = 72B6C05CDFF309C6396167D464EF02821CAFF810
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ac6eeecd822b..b7e4954183db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: Jonathan Steel <jsteel at archlinux.org>
# Contributor: thorsten w. <p@thorsten-wissmann.de>
+# Contributor: Florian Bruhin (The Compiler) <archlinux.org@the-compiler.org>
pkgname=herbstluftwm-git
_pkgname=herbstluftwm
-pkgver=0.9.3.r23.g9cdf6938
+pkgver=0.9.4.r1.g1cbe7d10
pkgrel=1
epoch=1
pkgdesc="Manual tiling window manager for X"
@@ -17,7 +18,7 @@ optdepends=('xorg-xsetroot: to set wallpaper color in default autostart'
'xterm: used as the terminal in default autostart'
'dzen2: used in the default panel.sh'
'dmenu: used in some example scripts')
-source=("$pkgname::git://github.com/herbstluftwm/$_pkgname")
+source=("$pkgname::git+https://github.com/herbstluftwm/$_pkgname")
sha256sums=('SKIP')
validpgpkeys=('72B6C05CDFF309C6396167D464EF02821CAFF810') # Thorsten Wißmann <edu@thorsten-wissmann.de>