summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarkus Schanz2018-08-01 23:51:52 +0200
committerMarkus Schanz2018-08-01 23:51:52 +0200
commit69d68ec88cc8ed8df8ab2dba74edff2b3a3537a1 (patch)
treedadeeeef3978f8e7cc3ae791e0d59ccd6e28bfa8 /PKGBUILD
parent4dfd994b36168053696c67edfabb713627886360 (diff)
downloadaur-69d68ec88cc8ed8df8ab2dba74edff2b3a3537a1.tar.gz
Removed rsync dependency. Always backup /boot (removed configuration option)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b10c34b1c434..b49b1d0fd7e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Markus Schanz <coksnuss@googlemail.com>
pkgname=pacman-boot-backup-hook
-pkgver=1.3
-pkgrel=2
-pkgdesc="Pacman hook that uses rsync to backup the /boot directory prior and post to upgrades of the linux or systemd package."
+pkgver=1.4
+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')
license=('MIT')
changelog=CHANGELOG
@@ -12,12 +13,12 @@ source=('LICENSE'
'backup-boot-partition'
'50_bootbackup.hook'
'uu_bootbackup.hook'
- 'pacman-boot-backup.conf')
+ 'pacman-boot-backup.conf')
md5sums=('ac9ac34b11dd5a53d096a734ab677479'
- '3cd8131ceb4563164ab12cc7b7d61ed6'
- 'c5cca1a979e913f87e859436919c016c'
+ 'b9dcf01f081c8a2aa10b53e46b2add06'
+ 'a38b6feb83944ea401e871b2c2fa704d'
'f041fe352b3f48f08a1afad132312b94'
- 'c5d37420cddc494cba64930ea54518b1')
+ '24b9fcd221dce61036831f9a6e2b49bb')
package() {
install -m 0755 -d $pkgdir/usr/share/licenses/$pkgname