summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2023-04-18 20:19:03 +0200
committerLucas Werkmeister2023-04-18 20:19:03 +0200
commit173d1ae991dfb54d74ec47c9cffa77113151b4be (patch)
tree4c741f28918116e0a8d4c3686eaf44e544829045
parentd471bbe32c632ca997296b055a73968434756d94 (diff)
downloadaur-173d1ae991dfb54d74ec47c9cffa77113151b4be.tar.gz
Update dependencies
Pointed out by AUR user gdiscry [1] – thanks! [1]: https://aur.archlinux.org/account/gdiscry
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 14 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bbc63515273..a81877db9211 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mkosi-git
pkgdesc = Build Legacy-Free OS Images
- pkgver = 14.r248.g16088d236c
+ pkgver = 14.r348.g4c2037ca89
pkgrel = 1
url = https://github.com/systemd/mkosi
arch = any
@@ -8,8 +8,9 @@ pkgbase = mkosi-git
makedepends = python-setuptools
makedepends = git
depends = python
+ depends = bubblewrap
optdepends = dnf: build Fedora or Mageia images
- optdepends = debootstrap: build Debian or Ubuntu images
+ optdepends = apt: 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
@@ -17,18 +18,21 @@ pkgbase = mkosi-git
optdepends = gnupg: sign images
optdepends = xz: compress images with xz
optdepends = pxz: compress images with xz more efficiently
+ optdepends = zstd: compress images with zstd
optdepends = btrfs-progs: raw_btrfs and subvolume output formats
optdepends = dosfstools: build bootable images
optdepends = squashfs-tools: raw_squashfs output format
optdepends = e2fsprogs: raw_ext4 output format
optdepends = xfsprogs: raw_xfs output format
optdepends = tar: tar output format
+ optdepends = cpio: cpio output format
optdepends = cryptsetup: add dm-verity partitions
optdepends = python-cryptography: sign verity data
optdepends = ovmf: run bootable images in QEMU
optdepends = edk2-ovmf: run bootable images in QEMU
optdepends = qemu: run bootable images in QEMU
optdepends = sbsigntools: sign EFI binaries for UEFI SecureBoot
+ optdepends = systemd-ukify
provides = mkosi
conflicts = mkosi
source = git+https://github.com/systemd/mkosi.git#branch=main
diff --git a/PKGBUILD b/PKGBUILD
index 8857c44821dc..8c6a96566a20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,18 @@
# Contributor: Reto Brunner <brunnre8@gmail.com>
pkgname=mkosi-git
-pkgver=14.r248.g16088d236c
+pkgver=14.r348.g4c2037ca89
pkgrel=1
pkgdesc='Build Legacy-Free OS Images'
arch=('any')
url='https://github.com/systemd/mkosi'
license=('LGPL2.1')
-depends=('python')
+depends=('python'
+ 'bubblewrap')
makedepends=('python-setuptools'
'git')
optdepends=('dnf: build Fedora or Mageia images'
- 'debootstrap: build Debian or Ubuntu images'
+ 'apt: build Debian or Ubuntu images'
'debian-archive-keyring: build Debian images'
'ubuntu-keyring: build Ubuntu images'
'arch-install-scripts: build Arch images'
@@ -21,19 +22,22 @@ optdepends=('dnf: build Fedora or Mageia images'
'gnupg: sign images'
'xz: compress images with xz'
'pxz: compress images with xz more efficiently'
+ 'zstd: compress images with zstd'
'btrfs-progs: raw_btrfs and subvolume output formats'
'dosfstools: build bootable images'
'squashfs-tools: raw_squashfs output format'
'e2fsprogs: raw_ext4 output format'
'xfsprogs: raw_xfs output format'
'tar: tar output format'
+ 'cpio: cpio output format'
'cryptsetup: add dm-verity partitions'
'python-cryptography: sign verity data'
# 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'
'qemu: run bootable images in QEMU'
- 'sbsigntools: sign EFI binaries for UEFI SecureBoot')
+ 'sbsigntools: sign EFI binaries for UEFI SecureBoot'
+ 'systemd-ukify')
provides=('mkosi')
conflicts=('mkosi')
source=('git+https://github.com/systemd/mkosi.git#branch=main')