summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2018-02-11 15:33:41 +0100
committerLucas Werkmeister2018-02-11 15:33:41 +0100
commitd9739630ae76cfd3b5862870d2305c4bc02f4202 (patch)
tree8d6f7872d19aefcc44e807bbfa8d12a2cc2821b2
parent133a8752732ee115aedaaeaadc110f53a673118b (diff)
downloadaur-d9739630ae76cfd3b5862870d2305c4bc02f4202.tar.gz
Update optdepends and refresh pkgver
Mostly follows v4 of the mkosi package. Reinstates edk2-ovmf, because it seems to be available (again?) from AUR, and as far as I can tell it contains the necessary files while ovmf doesn’t, but I’m not sure about this at all anymore. I hope this will be cleared up eventually :/
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 17 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a6ac249b9e7..e716d6a7701a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
# Generated by mksrcinfo v8
-# Wed Jan 10 22:44:31 UTC 2018
+# Sun Feb 11 14:32:33 UTC 2018
pkgbase = mkosi-git
pkgdesc = Build Legacy-Free OS Images
- pkgver = 3.r101.g2f27372
+ pkgver = 4.r6.ge16f7a9
pkgrel = 1
url = https://github.com/systemd/mkosi
arch = any
license = LGPL2.1
makedepends = python-setuptools
depends = python
- optdepends = dnf: build Fedora images
+ optdepends = dnf: build Fedora or Mageia images
optdepends = debootstrap: build Debian or Ubuntu images
+ optdepends = debian-archive-keyring: build Debian images
+ optdepends = ubuntu-keyring: build Ubuntu images
optdepends = arch-install-scripts: build Arch images
optdepends = zypper-git: build openSUSE images
optdepends = gnupg: sign images
@@ -21,6 +23,9 @@ pkgbase = mkosi-git
optdepends = tar: tar output format
optdepends = cryptsetup: add dm-verity partitions
optdepends = ovmf: run bootable images in QEMU
+ 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
provides = mkosi
conflicts = mkosi
diff --git a/PKGBUILD b/PKGBUILD
index 7a697c8b602c..d20917328c9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dave Reisner <dreisner@archlinux.org>
pkgname=mkosi-git
-pkgver=3.r101.g2f27372
+pkgver=4.r6.ge16f7a9
pkgrel=1
pkgdesc='Build Legacy-Free OS Images'
arch=('any')
@@ -10,8 +10,10 @@ url='https://github.com/systemd/mkosi'
license=('LGPL2.1')
depends=('python')
makedepends=('python-setuptools')
-optdepends=('dnf: build Fedora images'
+optdepends=('dnf: build Fedora or Mageia images'
'debootstrap: build Debian or Ubuntu images'
+ 'debian-archive-keyring: build Debian images'
+ 'ubuntu-keyring: build Ubuntu images'
'arch-install-scripts: build Arch images'
'zypper-git: build openSUSE images'
'gnupg: sign images'
@@ -21,7 +23,12 @@ optdepends=('dnf: build Fedora images'
'squashfs-tools: raw_squashfs output format'
'tar: tar output format'
'cryptsetup: add dm-verity partitions'
+ # I don’t understand whether ovmf or edk2-ovmf is needed… let’s point to both for now
'ovmf: run bootable images in QEMU'
+ 'edk2-ovmf: run bootable images in QEMU'
+ # ditto for qemu and qemu-kvm
+ 'qemu: run bootable images in QEMU'
+ 'qemu-kvm: run bootable images in QEMU'
'sbsigntools: sign EFI binaries for UEFI SecureBoot')
provides=('mkosi')
conflicts=('mkosi')