summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiancarlo Razzolini2016-10-21 09:12:28 -0200
committerGiancarlo Razzolini2016-10-21 09:12:28 -0200
commit372b66c71fd9dede58240995709af09a8b90bb55 (patch)
tree295c47cd0ba78903653dbbe93715dd8d40a23f6b
parent88f74b9c09d2968b505c665acd5a9b4c4fb2bee4 (diff)
downloadaur-372b66c71fd9dede58240995709af09a8b90bb55.tar.gz
* Cleanup and improvements.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a75abad666a2..77e908971417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Oct 13 20:26:14 UTC 2016
+# Fri Oct 21 11:11:51 UTC 2016
pkgbase = mkinitcpio-chkcryptoboot
pkgdesc = This hook checks for a modified bootloader code, in an encrypted boot setup, and warns the user to not enter his root device password
pkgver = 0.0.5
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/grazzolini/mkinitcpio-chkcryptoboot
- install = mkinitcpio-chkcryptoboot.install
changelog = ChangeLog
arch = any
license = BSD
depends = bash
backup = etc/default/chkcryptoboot.conf
source = ChangeLog
- source = mkinitcpio-chkcryptoboot.install
source = mkinitcpio-chkcryptoboot-0.0.5.tar.gz::https://github.com/grazzolini/mkinitcpio-chkcryptoboot/archive/v0.0.5.tar.gz
sha512sums = 87706e63d441a89fe652360e6962c4901f4ed76ec92f13321066af0e65d266d285cd76ffc1318d48cc52ab4e41756581f84ad4a4fa0b56d6f76d364ec882f33d
- sha512sums = 2e0383688f77c87d0acbcbd5600beb00079d218bc6033251e6694aef86713f3687a1f963007fbc3337a4fd075adbed4529f07301cc0b1b532ede672611bd6e94
sha512sums = 5af63d22d5c348a578e58d2d81888f78ee03c6cc69046853ebfd856413e8a5d83328f1d26200b8e1647b02058f77b5271bdfb098a9de02606931a3eeffbeb428
pkgname = mkinitcpio-chkcryptoboot
diff --git a/PKGBUILD b/PKGBUILD
index 1c868f504e17..be871dcb445e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Giancarlo Razzolini <grazzolini@gmail.com>
pkgname=mkinitcpio-chkcryptoboot
pkgver=0.0.5
-pkgrel=3
+pkgrel=4
pkgdesc="This hook checks for a modified bootloader code, in an encrypted boot setup, and warns the user to not enter his root device password"
arch=('any')
url="https://github.com/grazzolini/mkinitcpio-chkcryptoboot"
license=('BSD')
depends=('bash')
-install=$pkgname.install
+#install=$pkgname.install
backup=('etc/default/chkcryptoboot.conf')
-source=('ChangeLog' "$pkgname.install" "${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
+source=('ChangeLog' "${pkgname}-${pkgver}.tar.gz::$url/archive/v$pkgver.tar.gz")
changelog='ChangeLog'
sha512sums=('87706e63d441a89fe652360e6962c4901f4ed76ec92f13321066af0e65d266d285cd76ffc1318d48cc52ab4e41756581f84ad4a4fa0b56d6f76d364ec882f33d'
- '2e0383688f77c87d0acbcbd5600beb00079d218bc6033251e6694aef86713f3687a1f963007fbc3337a4fd075adbed4529f07301cc0b1b532ede672611bd6e94'
'5af63d22d5c348a578e58d2d81888f78ee03c6cc69046853ebfd856413e8a5d83328f1d26200b8e1647b02058f77b5271bdfb098a9de02606931a3eeffbeb428')
package() {