From df1f8e51660be6b9f4f257899445d2664ba4b4b9 Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 18 Oct 2024 10:35:00 +0200 Subject: [PATCH] * update archiso to 69-1.1 --- archiso/.SRCINFO | 29 +++++++++++++++++++++++++++++ archiso/PKGBUILD | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 archiso/.SRCINFO diff --git a/archiso/.SRCINFO b/archiso/.SRCINFO new file mode 100644 index 0000000000..f69858e889 --- /dev/null +++ b/archiso/.SRCINFO @@ -0,0 +1,29 @@ +pkgbase = archiso + pkgdesc = Tools for creating Arch Linux live and install iso images + pkgver = 69 + pkgrel = 1.1 + url = https://gitlab.archlinux.org/archlinux/archiso + arch = any + license = GPL3 + checkdepends = shellcheck + makedepends = git + depends = arch-install-scripts + depends = bash + depends = dosfstools + depends = e2fsprogs + depends = erofs-utils + depends = grub + depends = libarchive + depends = libisoburn + depends = mtools + depends = squashfs-tools + optdepends = edk2-ovmf: for emulating UEFI with run_archiso + optdepends = gnupg: for PGP signature verification of rootfs over PXE + optdepends = openssl: for CMS signature verification of PXE artifacts and rootfs over PXE + optdepends = qemu-desktop: for run_archiso + source = git+https://gitlab.archlinux.org/archlinux/archiso.git#tag=8c20a97ef5a70e1398ede73791ea14f4a78dc202?signed + validpgpkeys = 991F6E3F0765CF6295888586139B09DA5BF0D338 + validpgpkeys = BB8E6F1B81CF0BB301D74D1CBF425A01E68B38EF + sha256sums = SKIP + +pkgname = archiso diff --git a/archiso/PKGBUILD b/archiso/PKGBUILD index 44cca97f26..73644547ca 100644 --- a/archiso/PKGBUILD +++ b/archiso/PKGBUILD @@ -6,7 +6,7 @@ pkgname=archiso pkgver=69 _commit=8c20a97ef5a70e1398ede73791ea14f4a78dc202 # refs/tags/v69 -pkgrel=1 +pkgrel=1.1 pkgdesc="Tools for creating Arch Linux live and install iso images" arch=(any) url="https://gitlab.archlinux.org/archlinux/archiso"