summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2016-12-08 10:03:16 +0100
committerLucas Werkmeister2016-12-08 10:14:46 +0100
commit4798c6ab21849d4672c41d30b6fe36bf3175ae22 (patch)
tree81896d74e9e320ee4c2baa8b01282c5c77b7b27c
parent1874d83b0020187f193ddf68d7ae447b55257acf (diff)
downloadaur-4798c6ab21849d4672c41d30b6fe36bf3175ae22.tar.gz
Update for systemd/mkosi#39
(Not all of the dependencies are new, they just weren’t listed in the README before.)
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3bf54e3c39a..e65f83527399 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Dave Reisner <dreisner@archlinux.org>
pkgname=mkosi-git
-pkgver=r108.692044d
+pkgver=r134.f5cafba
pkgrel=1
pkgdesc='Build Legacy-Free OS Images'
arch=('any')
@@ -13,9 +13,13 @@ makedepends=('python-setuptools')
optdepends=('dnf: build Fedora images'
'debootstrap: build Debian or Ubuntu images'
'arch-install-scripts: build Arch images'
+ 'gnupg: sign images'
'xz: compress images with xz'
'btrfs-progs: raw_btrfs and subvolume output formats'
'dosfstools: build bootable images'
+ 'squashfs-tools: raw_squashfs output format'
+ 'tar: tar output format'
+ 'cryptsetup: add dm-verity partitions'
'edk2-ovmf: run bootable images in QEMU')
provides=('mkosi')
conflicts=('mkosi')