summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Schanz2023-07-12 10:04:28 +0200
committerMarkus Schanz2023-07-12 10:04:32 +0200
commit302e5298032a9eb30c5d37f69c80c2ef584979e3 (patch)
tree2716f3ebf9406d6e3127f71882423edb15ba21cd
parent6c78d55283eca80cb4bf510cc14add11750a6914 (diff)
downloadaur-302e5298032a9eb30c5d37f69c80c2ef584979e3.tar.gz
Add ncurses dependency and add config file to the backup list
Implemented user feedback: - ncurses is a runtime dependency because `tput` is used in the .install script - the config file requires listing in the `backup` PKGBUILD array in order to respect configuration overrides of the user
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3bb68991a76..041406caf7ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,12 @@
# Maintainer: Markus Schanz <coksnuss@googlemail.com>
pkgname=pacman-boot-backup-hook
-pkgver=1.5
+pkgver=1.6
pkgrel=1
pkgdesc="Pacman hook that creates a copy of the /boot directory prior and post to upgrades of the systemd package or when mkinitcpio is triggered."
install=$pkgname.install
arch=('any')
+backup=(etc/pacman-boot-backup.conf)
+depends=(ncurses)
license=('MIT')
changelog=CHANGELOG