[arch-commits] Commit in mkinitcpio-systemd-tool/repos/community-any (4 files)
David Runge
dvzrv at gemini.archlinux.org
Sat Nov 13 21:40:36 UTC 2021
Date: Saturday, November 13, 2021 @ 21:40:36
Author: dvzrv
Revision: 1046221
archrelease: copy trunk to community-any
Added:
mkinitcpio-systemd-tool/repos/community-any/PKGBUILD
(from rev 1046220, mkinitcpio-systemd-tool/trunk/PKGBUILD)
mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install
(from rev 1046220, 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 | 64 +++++++++++++++++++-------------------
mkinitcpio-systemd-tool.install | 14 ++++----
2 files changed, 40 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-13 21:40:28 UTC (rev 1046220)
+++ PKGBUILD 2021-11-13 21:40:36 UTC (rev 1046221)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=mkinitcpio-systemd-tool
-pkgver=36
-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=('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'
- '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=('3de0cc45074d98b4c896aadb98c526da53b2f0a285c28133bde661e661b27e6ccfaa72cd292d9dd64c4ba87845fc5dd3cec27e3179d8992ea6fe1c55290ac3d1')
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" PREFIX='/usr' install
-}
Copied: mkinitcpio-systemd-tool/repos/community-any/PKGBUILD (from rev 1046220, mkinitcpio-systemd-tool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-13 21:40:36 UTC (rev 1046221)
@@ -0,0 +1,33 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=mkinitcpio-systemd-tool
+pkgver=37
+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=(
+ '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=("$pkgname-$pkgver.tar.gz::https://github.com/random-archer/${pkgname}/archive/v${pkgver}.tar.gz")
+install="${pkgname}.install"
+sha512sums=('1ad854e514fd7c5982f5e3d28b7276dc20dada94e0d8224bd02d83d0c787b3f311790888a0a8e6abd23ac59983a793b6f009697dbbeb6f40af6d18a42cc36181')
+b2sums=('d5b6366de54c377b8d0afb23ca2d22809c65950ea53415793612a40cec8f3735d50e82203cb0951f5621d7ede905fe899382786e8a67cd70f5ec177ef36f3190')
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" PREFIX='/usr' install
+}
Deleted: mkinitcpio-systemd-tool.install
===================================================================
--- mkinitcpio-systemd-tool.install 2021-11-13 21:40:28 UTC (rev 1046220)
+++ mkinitcpio-systemd-tool.install 2021-11-13 21:40:36 UTC (rev 1046221)
@@ -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 1046220, mkinitcpio-systemd-tool/trunk/mkinitcpio-systemd-tool.install)
===================================================================
--- mkinitcpio-systemd-tool.install (rev 0)
+++ mkinitcpio-systemd-tool.install 2021-11-13 21:40:36 UTC (rev 1046221)
@@ -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