[arch-commits] Commit in mkinitcpio-systemd-tool/repos/community-any (4 files)
David Runge
dvzrv at archlinux.org
Sun Apr 19 21:34:44 UTC 2020
Date: Sunday, April 19, 2020 @ 21:34:43
Author: dvzrv
Revision: 616632
archrelease: copy trunk to community-any
Added:
mkinitcpio-systemd-tool/repos/community-any/PKGBUILD
(from rev 616631, mkinitcpio-systemd-tool/trunk/PKGBUILD)
mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install
(from rev 616631, 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-19 21:34:38 UTC (rev 616631)
+++ PKGBUILD 2020-04-19 21:34:43 UTC (rev 616632)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=mkinitcpio-systemd-tool
-pkgver=31
-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=('bfb228b71e5789c0e9c86e82e2b015cbc5f42532911d57f8b3fd46d5781d1e590076e9b63159f518cf1ac4390c0d26f1e1074b471a80580e7e1ec9399ca9d879')
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" PREFIX='/usr' install
-}
Copied: mkinitcpio-systemd-tool/repos/community-any/PKGBUILD (from rev 616631, mkinitcpio-systemd-tool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-19 21:34:43 UTC (rev 616632)
@@ -0,0 +1,31 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=mkinitcpio-systemd-tool
+pkgver=32
+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=('e9f32d4749ee4b6732cf757a38797e113550bbc8251f7175d5cfea817c78f995ea131ce51b4299a46e818998cbad8eef17bb24dc1f0030ea1dc2b97b44648fa3')
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" PREFIX='/usr' install
+}
Deleted: mkinitcpio-systemd-tool.install
===================================================================
--- mkinitcpio-systemd-tool.install 2020-04-19 21:34:38 UTC (rev 616631)
+++ mkinitcpio-systemd-tool.install 2020-04-19 21:34:43 UTC (rev 616632)
@@ -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 616631, mkinitcpio-systemd-tool/trunk/mkinitcpio-systemd-tool.install)
===================================================================
--- mkinitcpio-systemd-tool.install (rev 0)
+++ mkinitcpio-systemd-tool.install 2020-04-19 21:34:43 UTC (rev 616632)
@@ -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