[arch-commits] Commit in mkosi/repos/community-any (PKGBUILD PKGBUILD)

Christian Rebischke shibumi at archlinux.org
Sat Feb 6 19:44:28 UTC 2021


    Date: Saturday, February 6, 2021 @ 19:44:28
  Author: shibumi
Revision: 847061

archrelease: copy trunk to community-any

Added:
  mkosi/repos/community-any/PKGBUILD
    (from rev 847060, mkosi/trunk/PKGBUILD)
Deleted:
  mkosi/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 19:44:21 UTC (rev 847060)
+++ PKGBUILD	2021-02-06 19:44:28 UTC (rev 847061)
@@ -1,34 +0,0 @@
-# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
-# Maintainer: Lucas Werkmeister <mail at lucaswerkmeister.de>
-# Contributor: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=mkosi
-pkgver=6
-pkgrel=2
-pkgdesc='Build Legacy-Free OS Images'
-arch=('any')
-url='https://github.com/systemd/mkosi'
-license=('LGPL2.1')
-depends=('python')
-makedepends=('python-setuptools')
-optdepends=('debootstrap: build Debian or Ubuntu images'
-            'debian-archive-keyring: build Debian images'
-            'ubuntu-keyring: build 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'
-            'qemu: run bootable images in QEMU'
-            'sbsigntools: sign EFI binaries for UEFI SecureBoot')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/systemd/mkosi/archive/v$pkgver.tar.gz")
-sha512sums=('4bde5af0af7461866fb067ce34f4911ede46937d0cdd6282203880c190646e7159cb9aa92b507bf9a7c72790e745fb12b8bd22d8c8a349016304f672186b4ef6')
-
-package() {
-  cd "mkosi-$pkgver"
-  python setup.py install --root="$pkgdir"
-}

Copied: mkosi/repos/community-any/PKGBUILD (from rev 847060, mkosi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-06 19:44:28 UTC (rev 847061)
@@ -0,0 +1,34 @@
+# Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
+# Maintainer: Lucas Werkmeister <mail at lucaswerkmeister.de>
+# Contributor: Dave Reisner <dreisner at archlinux.org>
+
+pkgname=mkosi
+pkgver=8
+pkgrel=1
+pkgdesc='Build Legacy-Free OS Images'
+arch=('any')
+url='https://github.com/systemd/mkosi'
+license=('LGPL2.1')
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('debootstrap: build Debian or Ubuntu images'
+            'debian-archive-keyring: build Debian images'
+            'ubuntu-keyring: build 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'
+            'qemu: run bootable images in QEMU'
+            'sbsigntools: sign EFI binaries for UEFI SecureBoot')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/systemd/mkosi/archive/v$pkgver.tar.gz")
+sha512sums=('824dc761e4911b15ba1dc15402d97fb40b204539239757d836e01b19958cde0a9e52737d8c0b725dda653c26490d119620514272718d95b22b45697018481d94')
+
+package() {
+  cd "mkosi-$pkgver"
+  python setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list