summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Wiesner2021-03-27 10:35:52 +0100
committerSebastian Wiesner2021-03-27 10:35:52 +0100
commit507edfd17ff2fcc986d020a51bdd0781b7f74ea8 (patch)
tree970b27ca3ff9853b7515ab4ad50cf3603d2058e6
parent09b636e6a888f3c99ee0bdc648e405462c5aac85 (diff)
downloadaur-507edfd17ff2fcc986d020a51bdd0781b7f74ea8.tar.gz
upgpkg: dracut-hook-uefi-systemd 0.5.0-2
Fix hook descriptions
-rw-r--r--.SRCINFO6
-rw-r--r--60-dracut-remove.hook2
-rw-r--r--90-dracut-install.hook2
-rw-r--r--PKGBUILD6
4 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8131013eca0..b0de41946ae9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dracut-hook-uefi-systemd
pkgdesc = Install/remove hooks for dracut unified kernel images for systemd-boot
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://dracut.wiki.kernel.org/index.php/Main_Page
arch = any
license = BSD
@@ -13,8 +13,8 @@ pkgbase = dracut-hook-uefi-systemd
source = 60-dracut-remove.hook
sha256sums = 2315588a5e87f46d53e7566942547ea258a4e6f00a28de2f87603b3522172d1b
sha256sums = 85d5a588984c9c204064926bcdf61dcdbf8d2424efe91389e07669b08ab0ef75
- sha256sums = 492d51df1234b75a32e7dff63c86ee104a7d844a408070e1c4da5dc8ab53be6f
- sha256sums = 054dac9f1d55029a922ff05c3064e54d25790c7a18d2b598edc58ef3d295cba1
+ sha256sums = 8b662d1cbcde160b96c8172c94d68f52c2df1718a280321bdbd0ba7e815d8cfe
+ sha256sums = 6907029a32d144669cb8d312a788598a43c1a45647c33fa66f2fdf165aea71f8
pkgname = dracut-hook-uefi-systemd
diff --git a/60-dracut-remove.hook b/60-dracut-remove.hook
index 80a9c1e4985e..90e4da4d70fa 100644
--- a/60-dracut-remove.hook
+++ b/60-dracut-remove.hook
@@ -4,7 +4,7 @@ Operation = Remove
Target = usr/lib/modules/*/pkgbase
[Action]
-Description = Removing linux initcpios...
+Description = Removing unified EFI kernel images...
When = PreTransaction
Exec = /usr/share/libalpm/scripts/dracut-remove
NeedsTargets
diff --git a/90-dracut-install.hook b/90-dracut-install.hook
index d00ed2fdb4b5..af8f7d4b1475 100644
--- a/90-dracut-install.hook
+++ b/90-dracut-install.hook
@@ -7,7 +7,7 @@ Target = usr/lib/dracut/*
Target = usr/lib/systemd/systemd
[Action]
-Description = Updating linux initcpios...
+Description = Generating unified EFI kernel images...
When = PostTransaction
Exec = /usr/share/libalpm/scripts/dracut-install
NeedsTargets
diff --git a/PKGBUILD b/PKGBUILD
index 6ce857888cc8..316c5160def7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=dracut-hook-uefi-systemd
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Install/remove hooks for dracut unified kernel images for systemd-boot"
url=https://dracut.wiki.kernel.org/index.php/Main_Page
arch=('any')
@@ -20,8 +20,8 @@ source=(
)
sha256sums=('2315588a5e87f46d53e7566942547ea258a4e6f00a28de2f87603b3522172d1b'
'85d5a588984c9c204064926bcdf61dcdbf8d2424efe91389e07669b08ab0ef75'
- '492d51df1234b75a32e7dff63c86ee104a7d844a408070e1c4da5dc8ab53be6f'
- '054dac9f1d55029a922ff05c3064e54d25790c7a18d2b598edc58ef3d295cba1')
+ '8b662d1cbcde160b96c8172c94d68f52c2df1718a280321bdbd0ba7e815d8cfe'
+ '6907029a32d144669cb8d312a788598a43c1a45647c33fa66f2fdf165aea71f8')
package() {
install -Dm644 "${srcdir}/90-dracut-install.hook" "${pkgdir}/usr/share/libalpm/hooks/90-dracut-install.hook"