Date: Tuesday, April 4, 2023 @ 15:46:35
  Author: dvzrv
Revision: 1434590

archrelease: copy trunk to community-any

Added:
  mkinitcpio-systemd-tool/repos/community-any/PKGBUILD
    (from rev 1434589, mkinitcpio-systemd-tool/trunk/PKGBUILD)
  mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install
    (from rev 1434589, 
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                        |   82 +++++++++++++++++++-------------------
 mkinitcpio-systemd-tool.install |   14 +++---
 2 files changed, 49 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-04 15:46:10 UTC (rev 1434589)
+++ PKGBUILD    2023-04-04 15:46:35 UTC (rev 1434590)
@@ -1,40 +0,0 @@
-# Maintainer: David Runge <[email protected]>
-
-pkgname=mkinitcpio-systemd-tool
-pkgver=37
-pkgrel=2
-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=(
-  'busybox: for initrd-tinysshd.service'
-  'cryptsetup: for initrd-cryptsetup.service'
-  'dropbear: for initrd-dropbear.service'
-  'mc: for initrd-debug-progs.service'
-  'nftables: for initrd-nftables.service'
-  'tinyssh: 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=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-install=$pkgname.install
-sha512sums=('1ad854e514fd7c5982f5e3d28b7276dc20dada94e0d8224bd02d83d0c787b3f311790888a0a8e6abd23ac59983a793b6f009697dbbeb6f40af6d18a42cc36181')
-b2sums=('d5b6366de54c377b8d0afb23ca2d22809c65950ea53415793612a40cec8f3735d50e82203cb0951f5621d7ede905fe899382786e8a67cd70f5ec177ef36f3190')
-
-package() {
-  make DESTDIR="$pkgdir/" PREFIX='/usr' install -C $pkgname-$pkgver
-}

Copied: mkinitcpio-systemd-tool/repos/community-any/PKGBUILD (from rev 1434589, 
mkinitcpio-systemd-tool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-04 15:46:35 UTC (rev 1434590)
@@ -0,0 +1,42 @@
+# Maintainer: David Runge <[email protected]>
+
+pkgname=mkinitcpio-systemd-tool
+pkgver=37
+pkgrel=3
+pkgdesc="Provisioning tool for systemd in initramfs (systemd-tool)"
+arch=(any)
+url="https://github.com/random-archer/mkinitcpio-systemd-tool";
+license=(Apache)
+depends=(
+  bash
+  mkinitcpio
+  systemd
+)
+optdepends=(
+  'busybox: for initrd-tinysshd.service'
+  'cryptsetup: for initrd-cryptsetup.service'
+  'dropbear: for initrd-dropbear.service'
+  'mc: for initrd-debug-progs.service'
+  'nftables: for initrd-nftables.service'
+  'tinyssh: 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/$pkgname.conf
+  etc/$pkgname/network/initrd-network.network
+)
+source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
+install=$pkgname.install
+sha512sums=('1ad854e514fd7c5982f5e3d28b7276dc20dada94e0d8224bd02d83d0c787b3f311790888a0a8e6abd23ac59983a793b6f009697dbbeb6f40af6d18a42cc36181')
+b2sums=('d5b6366de54c377b8d0afb23ca2d22809c65950ea53415793612a40cec8f3735d50e82203cb0951f5621d7ede905fe899382786e8a67cd70f5ec177ef36f3190')
+
+package() {
+  make DESTDIR="$pkgdir/" PREFIX=/usr install -C $pkgname-$pkgver
+}

Deleted: mkinitcpio-systemd-tool.install
===================================================================
--- mkinitcpio-systemd-tool.install     2023-04-04 15:46:10 UTC (rev 1434589)
+++ mkinitcpio-systemd-tool.install     2023-04-04 15:46:35 UTC (rev 1434590)
@@ -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 1434589, 
mkinitcpio-systemd-tool/trunk/mkinitcpio-systemd-tool.install)
===================================================================
--- mkinitcpio-systemd-tool.install                             (rev 0)
+++ mkinitcpio-systemd-tool.install     2023-04-04 15:46:35 UTC (rev 1434590)
@@ -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
+}

Reply via email to