mkinitcpio-encryptssh: rebuild for metadata
This commit is contained in:
parent
d2998123c6
commit
d399d79dea
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'mkinitcpio-encryptssh'
|
# Template file for 'mkinitcpio-encryptssh'
|
||||||
pkgname=mkinitcpio-encryptssh
|
pkgname=mkinitcpio-encryptssh
|
||||||
version=0.16
|
version=0.16
|
||||||
revision=1
|
revision=2
|
||||||
_realname=dropbear_initrd_encrypt
|
_version_suffix=1
|
||||||
wrksrc="$_realname-$version-$revision"
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
wrksrc="dropbear_initrd_encrypt-${version}-${_version_suffix}"
|
||||||
depends="mkinitcpio cryptsetup dropbear mkinitcpio-nfs-utils psmisc iproute2"
|
depends="mkinitcpio cryptsetup dropbear mkinitcpio-nfs-utils psmisc iproute2"
|
||||||
short_desc="Allows for an encrypted root device to be unlocked remotely over SSH"
|
short_desc="Allows for an encrypted root device to be unlocked remotely over SSH"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/grazzolini/dropbear_initrd_encrypt"
|
homepage="https://github.com/grazzolini/dropbear_initrd_encrypt"
|
||||||
distfiles="$homepage/archive/v$version-$revision.tar.gz"
|
distfiles="https://github.com/grazzolini/dropbear_initrd_encrypt/archive/v${version}-${_version_suffix}.tar.gz"
|
||||||
checksum=6b24ea3d6e1ee55d304ca31707fe17c545f7ea843a13b764e22475f838c41eae
|
checksum=6b24ea3d6e1ee55d304ca31707fe17c545f7ea843a13b764e22475f838c41eae
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Reference in a new issue