summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2019-06-02 18:57:56 +0200
committerLucas Werkmeister2019-06-02 18:59:57 +0200
commitcf02480bc318fc96b4d79e100da7edb27309c397 (patch)
treea71cc983a2f94b7487d71a3d581fd8f7423dc363
parente61a57838469cecb264738487eded05b64001bfa (diff)
downloadaur-cf02480bc318fc96b4d79e100da7edb27309c397.tar.gz
Update for mkosi v5
This removes one optional dependency again because the corresponding package is gone. I have verified that GitHub’s tarball contains the same tree as the v5 tag in my clone: $ rm -f v5.tar.gz $ wget -q https://github.com/systemd/mkosi/archive/v5.tar.gz $ gunzip < v5.tar.gz | sha256sum 1fb31363ed7b26c7e60c8193e09d77c889aa66f515fc0957e689331d96272b0c - $ git archive v5 --prefix=mkosi-5/ | sha256sum 1fb31363ed7b26c7e60c8193e09d77c889aa66f515fc0957e689331d96272b0c - $ sha256sum v5.tar.gz # this is the sha256sum in the PKGBUILD file 88e995dac8dfc665d2e741bd24f94c5aeb7f11fc79f2cd8560001f68a86a4bda v5.tar.gz I have also verified that the v5 tag in my clone was signed (validly) by the same key [1] that also signed the v232, v237 and v239 tags in my clone of the systemd repository. Since I do not have any web-of-trust connection to Lennart Poettering, that will have to do. [1]: Primary key fingerprint: 63CD A1E5 D3FC 22B9 98D2 0DD6 327F 2695 1A01 5CC4 Subkey fingerprint: 16B1 C4EE C0BC 021A C777 F681 B63B 2187 9C34 85B0
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbb473de5d7c..6f36e291a5d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 11 14:25:44 UTC 2018
+# Sun Jun 2 16:59:55 UTC 2019
pkgbase = mkosi
pkgdesc = Build Legacy-Free OS Images
- pkgver = 4
+ pkgver = 5
pkgrel = 1
url = https://github.com/systemd/mkosi
arch = any
@@ -24,10 +24,9 @@ pkgbase = mkosi
optdepends = cryptsetup: add dm-verity partitions
optdepends = edk2-ovmf: run bootable images in QEMU
optdepends = qemu: run bootable images in QEMU
- optdepends = qemu-kvm: run bootable images in QEMU
optdepends = sbsigntools: sign EFI binaries for UEFI SecureBoot
- source = https://github.com/systemd/mkosi/archive/v4.tar.gz
- sha256sums = 855666aa7a16fcc41b0a2e5f12dc1916d19e03c9d174332ef0fd53cb137da8f2
+ source = https://github.com/systemd/mkosi/archive/v5.tar.gz
+ sha256sums = 88e995dac8dfc665d2e741bd24f94c5aeb7f11fc79f2cd8560001f68a86a4bda
pkgname = mkosi
diff --git a/PKGBUILD b/PKGBUILD
index 74856cd54ee7..c6c8ae260f1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dave Reisner <dreisner@archlinux.org>
pkgname=mkosi
-pkgver=4
+pkgver=5
pkgrel=1
pkgdesc='Build Legacy-Free OS Images'
arch=('any')
@@ -25,10 +25,9 @@ optdepends=('dnf: build Fedora or Mageia images'
'cryptsetup: add dm-verity partitions'
'edk2-ovmf: run bootable images in QEMU'
'qemu: run bootable images in QEMU'
- 'qemu-kvm: run bootable images in QEMU'
'sbsigntools: sign EFI binaries for UEFI SecureBoot')
source=("https://github.com/systemd/mkosi/archive/v$pkgver.tar.gz")
-sha256sums=('855666aa7a16fcc41b0a2e5f12dc1916d19e03c9d174332ef0fd53cb137da8f2')
+sha256sums=('88e995dac8dfc665d2e741bd24f94c5aeb7f11fc79f2cd8560001f68a86a4bda')
package() {
cd "mkosi-$pkgver"