summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSefa Eyeoglu2021-12-27 17:31:19 +0100
committerSefa Eyeoglu2021-12-27 17:31:19 +0100
commit0690a7905b821f02006f28350fba59d44fbd7919 (patch)
tree6ab32ebbffa043b3f2e337c93fa845d91e4c44cb /PKGBUILD
parent94eb011c8e73a8b5b42951cfd3f6491677c20c0e (diff)
downloadaur-systemd-boot-pacman-hook.tar.gz
upgpkg: systemd-boot-pacman-hook 3-1
Use systemd-boot-update.service instead of doing it ourselves. If the oneshot unit fails, systemctl returns with a non-zero exist code as well, so the user will still be notified of an error if there is one.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f2c2b9bc42d..42a9850c0887 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Federico Di Pierro <nierro92@gmail.com>
+# Maintainer: Sefa Eyeoglu <contact@scrumplex.net>
pkgname=systemd-boot-pacman-hook
-pkgver=2
-pkgrel=2
+pkgver=3
+pkgrel=1
pkgdesc="Pacman hook to upgrade systemd-boot after systemd upgrade."
arch=("any")
license=("GPL")
depends=('systemd')
source=(systemd-boot.hook)
-md5sums=("13c7893e3e8b34479c42795d8f9e1ad3")
+md5sums=('cd8b1e530ce6f239923362492fda3f4f')
package() {
install -m755 -d "${pkgdir}/usr/share/libalpm/hooks"