summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2023-11-18 18:26:56 +0100
committerLucas Werkmeister2023-11-18 18:26:56 +0100
commitbb138c834ebffc285631a951d431a9f49b08f5f6 (patch)
treeef2eedea7228bb206d6d81a247a3fe29f0c14add
parent1a9d846e8ed8ad63f5c812af7c3264603bf31081 (diff)
downloadaur-bb138c834ebffc285631a951d431a9f49b08f5f6.tar.gz
Refresh pkgver (v19)
Also add a description for the optional systemd-ukify dependency.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4641c3dfb6e..7cec2e13f7e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mkosi-git
pkgdesc = Build Legacy-Free OS Images
- pkgver = 18.r0.g0ffac0b692
+ pkgver = 19.r6.gbd820dcd6a
pkgrel = 1
url = https://github.com/systemd/mkosi
arch = any
@@ -37,7 +37,7 @@ pkgbase = mkosi-git
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
+ optdepends = systemd-ukify: build bootable images
provides = mkosi
conflicts = mkosi
source = git+https://github.com/systemd/mkosi.git#branch=main
diff --git a/PKGBUILD b/PKGBUILD
index fc3ee3bd1ed7..1c02b15bc03f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Reto Brunner <brunnre8@gmail.com>
pkgname=mkosi-git
-pkgver=18.r0.g0ffac0b692
+pkgver=19.r6.gbd820dcd6a
pkgrel=1
pkgdesc='Build Legacy-Free OS Images'
arch=('any')
@@ -42,7 +42,7 @@ optdepends=('dnf: build Fedora or Mageia images'
'edk2-ovmf: run bootable images in QEMU'
'qemu: run bootable images in QEMU'
'sbsigntools: sign EFI binaries for UEFI SecureBoot'
- 'systemd-ukify')
+ 'systemd-ukify: build bootable images')
provides=('mkosi')
conflicts=('mkosi')
source=('git+https://github.com/systemd/mkosi.git#branch=main')