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

Christian Rebischke shibumi at archlinux.org
Sun May 30 00:25:00 UTC 2021


    Date: Sunday, May 30, 2021 @ 00:24:59
  Author: shibumi
Revision: 950316

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-30 00:24:46 UTC (rev 950315)
+++ PKGBUILD	2021-05-30 00:24:59 UTC (rev 950316)
@@ -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=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"
-}

Copied: mkosi/repos/community-any/PKGBUILD (from rev 950315, mkosi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-30 00:24:59 UTC (rev 950316)
@@ -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=9
+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=('63851a2645bb35d7650ce526df38eab116160688847001f2952b0056a9a8ba4637d223d111406f1bf432642903238a4633c5c6bc594bfb85f2ba5034a3df4ad1')
+
+package() {
+  cd "mkosi-$pkgver"
+  python setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list