[arch-commits] Commit in mkinitcpio-systemd-tool/repos/community-any (4 files)
David Runge
dvzrv at archlinux.org
Mon Apr 13 21:24:31 UTC 2020
Date: Monday, April 13, 2020 @ 21:24:31
Author: dvzrv
Revision: 613766
archrelease: copy trunk to community-any
Added:
mkinitcpio-systemd-tool/repos/community-any/PKGBUILD
(from rev 613765, mkinitcpio-systemd-tool/trunk/PKGBUILD)
mkinitcpio-systemd-tool/repos/community-any/mkinitcpio-systemd-tool.install
(from rev 613765, 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-13 21:24:25 UTC (rev 613765)
+++ PKGBUILD 2020-04-13 21:24:31 UTC (rev 613766)
@@ -1,31 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=mkinitcpio-systemd-tool
-pkgver=30
-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=('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=('094996038a326327874d5080a9ee1ac66c9beb415e0b555a74ce673d1a9f51b088035d1423a2a93a65bdb1e8e62bd732265c82a83117a962cc42096b9a44bcec')
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" PREFIX='/usr' install
-}
Copied: mkinitcpio-systemd-tool/repos/community-any/PKGBUILD (from rev 613765, mkinitcpio-systemd-tool/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-13 21:24:31 UTC (rev 613766)
@@ -0,0 +1,31 @@
+# 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
+}
Deleted: mkinitcpio-systemd-tool.install
===================================================================
--- mkinitcpio-systemd-tool.install 2020-04-13 21:24:25 UTC (rev 613765)
+++ mkinitcpio-systemd-tool.install 2020-04-13 21:24:31 UTC (rev 613766)
@@ -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 613765, mkinitcpio-systemd-tool/trunk/mkinitcpio-systemd-tool.install)
===================================================================
--- mkinitcpio-systemd-tool.install (rev 0)
+++ mkinitcpio-systemd-tool.install 2020-04-13 21:24:31 UTC (rev 613766)
@@ -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