summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93ab79b17876..a9b1efabfd2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
pkgname=cryptboot
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Encrypted boot partition manager with UEFI Secure Boot support"
arch=('any')
url="https://github.com/kmille/cryptboot"
@@ -10,6 +10,7 @@ license=('GPL3')
depends=('cryptsetup' 'grub' 'efibootmgr' 'efitools' 'sbsigntools')
source=(https://github.com/kmille/cryptboot/archive/refs/tags/v$pkgver.tar.gz)
sha256sums=('ec5c449a881739218144415f1a895ca497bc2db105289d16b4b4daa664c14c63')
+backup=('etc/cryptboot.conf')
package() {
cd "$srcdir/$pkgname-$pkgver"