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

Christian Rebischke shibumi at gemini.archlinux.org
Sat Aug 7 15:08:17 UTC 2021


    Date: Saturday, August 7, 2021 @ 15:08:17
  Author: shibumi
Revision: 994675

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-07 15:08:11 UTC (rev 994674)
+++ PKGBUILD	2021-08-07 15:08:17 UTC (rev 994675)
@@ -1,35 +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=9
-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=('63851a2645bb35d7650ce526df38eab116160688847001f2952b0056a9a8ba4637d223d111406f1bf432642903238a4633c5c6bc594bfb85f2ba5034a3df4ad1')
-
-package() {
-  cd "mkosi-$pkgver"
-  export PYTHONHASHSEED=0
-  python setup.py install --root="$pkgdir"
-}

Copied: mkosi/repos/community-any/PKGBUILD (from rev 994674, mkosi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-07 15:08:17 UTC (rev 994675)
@@ -0,0 +1,35 @@
+# 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=10
+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=('0c90ea784678f39c50868fcbbc76e3e5a2a77da98afcbcca3da0115346df10c00f402dc2db0f02d6b3933960cff971d22c11d830b0f2e63b799942301d507379')
+
+package() {
+  cd "mkosi-$pkgver"
+  export PYTHONHASHSEED=0
+  python setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list