summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bc0dd99a651..b5c6b228513f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = pacman-boot-backup-hook
pkgdesc = Pacman hook that uses rsync to backup the /boot directory prior and post to upgrades of the linux or systemd package.
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
changelog = CHANGELOG
arch = any
- license = custom:MIT
+ license = MIT
depends = rsync
source = LICENSE
source = backup-boot-partition
diff --git a/PKGBUILD b/PKGBUILD
index 90cf4233db36..b10c34b1c434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Markus Schanz <coksnuss@googlemail.com>
pkgname=pacman-boot-backup-hook
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Pacman hook that uses rsync to backup the /boot directory prior and post to upgrades of the linux or systemd package."
arch=('any')
-license=('custom:MIT')
+license=('MIT')
changelog=CHANGELOG
depends=('rsync')