[arch-commits] Commit in mkinitcpio-systemd-tool/repos/community-any (4 files)

David Runge dvzrv at archlinux.org
Tue Apr 21 13:45:40 UTC 2020


    Date: Tuesday, April 21, 2020 @ 13:45:40
  Author: dvzrv
Revision: 617362

archrelease: copy trunk to community-any

Added:
  mkinitcpio-systemd-tool/repos/community-any/PKGBUILD
    (from rev 617361, mkinitcpio-systemd-tool/trunk/PKGBUILD)
  mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install
    (from rev 617361, mkinitcpio-systemd-tool/trunk/mkinitcpio-systemd-tool.install)
Deleted:
  mkinitcpio-systemd-tool/repos/community-any/PKGBUILD
  mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install

---------------------------------+
 PKGBUILD                        |   62 +++++++++++++++++++-------------------
 mkinitcpio-systemd-tool.install |   14 ++++----
 2 files changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-21 13:44:10 UTC (rev 617361)
+++ PKGBUILD	2020-04-21 13:45:40 UTC (rev 617362)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=mkinitcpio-systemd-tool
-pkgver=33
-pkgrel=1
-pkgdesc="Provisioning tool for systemd in initramfs (systemd-tool)"
-arch=('any')
-url="https://github.com/random-archer/mkinitcpio-systemd-tool"
-license=('Apache')
-depends=('mkinitcpio' 'systemd')
-optdepends=('cryptsetup: for initrd-cryptsetup.service'
-            'dropbear: for initrd-dropbear.service'
-            'busybox: for initrd-tinysshd.service'
-            'mc: for initrd-debug-progs.service'
-            'nftables: for initrd-nftables.service'
-            'tinyssh: for initrd-tinysshd.service'
-            'tinyssh-convert: for initrd-tinysshd.service')
-conflicts=('mkinitcpio-dropbear' 'mkinitcpio-tinyssh')
-backup=("etc/${pkgname}/config/crypttab"
-        "etc/${pkgname}/config/fstab"
-        "etc/${pkgname}/config/initrd-nftables.conf"
-        "etc/${pkgname}/config/initrd-util-usb-hcd.conf"
-        "etc/${pkgname}/network/initrd-network.network" )
-source=("$pkgname-$pkgver.tar.gz::https://github.com/random-archer/${pkgname}/archive/v${pkgver}.tar.gz")
-install="${pkgname}.install"
-sha512sums=('fc8cca856a6a5df383f27f52c4b9ec80534d5a2b809b82a37a794fbdad9622522e677489e5ced721f0b3e360086a4f2cf18798e335d6570f582dbf9a4964ce7f')
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" PREFIX='/usr' install
-}

Copied: mkinitcpio-systemd-tool/repos/community-any/PKGBUILD (from rev 617361, mkinitcpio-systemd-tool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-04-21 13:45:40 UTC (rev 617362)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=mkinitcpio-systemd-tool
+pkgver=34
+pkgrel=1
+pkgdesc="Provisioning tool for systemd in initramfs (systemd-tool)"
+arch=('any')
+url="https://github.com/random-archer/mkinitcpio-systemd-tool"
+license=('Apache')
+depends=('mkinitcpio' 'systemd')
+optdepends=('cryptsetup: for initrd-cryptsetup.service'
+            'dropbear: for initrd-dropbear.service'
+            'busybox: for initrd-tinysshd.service'
+            'mc: for initrd-debug-progs.service'
+            'nftables: for initrd-nftables.service'
+            'tinyssh: for initrd-tinysshd.service'
+            'tinyssh-convert: for initrd-tinysshd.service')
+conflicts=('mkinitcpio-dropbear' 'mkinitcpio-tinyssh')
+backup=("etc/${pkgname}/config/crypttab"
+        "etc/${pkgname}/config/fstab"
+        "etc/${pkgname}/config/initrd-nftables.conf"
+        "etc/${pkgname}/config/initrd-util-usb-hcd.conf"
+        "etc/${pkgname}/network/initrd-network.network" )
+source=("$pkgname-$pkgver.tar.gz::https://github.com/random-archer/${pkgname}/archive/v${pkgver}.tar.gz")
+install="${pkgname}.install"
+sha512sums=('2aa8ad406db491ff1fa951bc28b33fa2db0544203eb9296842687cdeab1b876dcff0ee86e438d4deaa51451a68f79c239f3cf62f1ea89418e69e4d43b4547c45')
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" PREFIX='/usr' install
+}

Deleted: mkinitcpio-systemd-tool.install
===================================================================
--- mkinitcpio-systemd-tool.install	2020-04-21 13:44:10 UTC (rev 617361)
+++ mkinitcpio-systemd-tool.install	2020-04-21 13:45:40 UTC (rev 617362)
@@ -1,7 +0,0 @@
-## arg 1:  the new package version
-## arg 2:  the old package version
-post_upgrade() {
-  if [ "$(vercmp "$2" 22)" -le 0 ]; then
-    echo -e "WARNING: Changes were introduced to the systemd units and configuration locations.\nRefer to upstream to create a working initrd and before rebooting."
-  fi
-}

Copied: mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install (from rev 617361, mkinitcpio-systemd-tool/trunk/mkinitcpio-systemd-tool.install)
===================================================================
--- mkinitcpio-systemd-tool.install	                        (rev 0)
+++ mkinitcpio-systemd-tool.install	2020-04-21 13:45:40 UTC (rev 617362)
@@ -0,0 +1,7 @@
+## arg 1:  the new package version
+## arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp "$2" 22)" -le 0 ]; then
+    echo -e "WARNING: Changes were introduced to the systemd units and configuration locations.\nRefer to upstream to create a working initrd and before rebooting."
+  fi
+}



More information about the arch-commits mailing list