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

Christian Rebischke shibumi at archlinux.org
Sun Oct 18 11:12:41 UTC 2020


    Date: Sunday, October 18, 2020 @ 11:12:41
  Author: shibumi
Revision: 725910

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-18 11:12:34 UTC (rev 725909)
+++ PKGBUILD	2020-10-18 11:12:41 UTC (rev 725910)
@@ -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=5
-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=('cebb0f50b57a3285b4bb1301890436551c6931516e8c60a36c44ddc4c53f232178e1f56aa8c538dad2d12ce54e304b457d046bc0df6ac6d2a226a7b5fdbd1f36')
-
-package() {
-  cd "mkosi-$pkgver"
-  python setup.py install --root="$pkgdir"
-}

Copied: mkosi/repos/community-any/PKGBUILD (from rev 725909, mkosi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-18 11:12:41 UTC (rev 725910)
@@ -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=6
+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=('4bde5af0af7461866fb067ce34f4911ede46937d0cdd6282203880c190646e7159cb9aa92b507bf9a7c72790e745fb12b8bd22d8c8a349016304f672186b4ef6')
+
+package() {
+  cd "mkosi-$pkgver"
+  python setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list