summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2022-03-18 13:23:42 +0100
committerLucas Werkmeister2022-03-18 13:23:42 +0100
commit7bec434539482f1d1f08c6bbef4f53305a9b2dee (patch)
treeb874cfce9f25519e539cd01296fa1edffedbc0b9
parenta8fda3a647b145cc360bc88e98bd6d43dc522d1e (diff)
downloadaur-7bec434539482f1d1f08c6bbef4f53305a9b2dee.tar.gz
Update source URL to git+https
GitHub removed support for the unencrypted git protocol.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c47d4ec4092f..281a65202ebb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mkosi-git
pkgdesc = Build Legacy-Free OS Images
- pkgver = 12.r3.gdeaea67
+ pkgver = 12.r56.g3798eb0c2e
pkgrel = 1
url = https://github.com/systemd/mkosi
arch = any
@@ -31,7 +31,7 @@ pkgbase = mkosi-git
optdepends = sbsigntools: sign EFI binaries for UEFI SecureBoot
provides = mkosi
conflicts = mkosi
- source = git://github.com/systemd/mkosi.git#branch=main
+ source = git+https://github.com/systemd/mkosi.git#branch=main
md5sums = SKIP
pkgname = mkosi-git
diff --git a/PKGBUILD b/PKGBUILD
index 12f42a7fdab4..8ef6f5d44786 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Reto Brunner <brunnre8@gmail.com>
pkgname=mkosi-git
-pkgver=12.r3.gdeaea67
+pkgver=12.r56.g3798eb0c2e
pkgrel=1
pkgdesc='Build Legacy-Free OS Images'
arch=('any')
@@ -36,7 +36,7 @@ optdepends=('dnf: build Fedora or Mageia images'
'sbsigntools: sign EFI binaries for UEFI SecureBoot')
provides=('mkosi')
conflicts=('mkosi')
-source=('git://github.com/systemd/mkosi.git#branch=main')
+source=('git+https://github.com/systemd/mkosi.git#branch=main')
md5sums=('SKIP')
pkgver() {