This commit is contained in:
Julien Coloos
2025-11-15 15:20:36 +01:00
parent 7d866bdfca
commit 32f45a9121
2 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,15 @@
2025-11-15 Julien Coloos <julien.coloos [at] gmail [dot] com>
* v1.1-2
Removed 11-dm-initramfs.rules, which was added to 10-dm.rules.
See: https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/commit/589e0397ea55e61a08fdbcab52ad4639d382f08e
Use full version (pkgver and pkgrel) for source archive name.
Sometimes we need to change the sources, but only for minor external
dependencies diff (e.g. adding/removing upstream source), in which
case we wish to only bump pkgrel.
2022-03-24 Julien Coloos <julien.coloos [at] gmail [dot] com>
* v1.1-1

View File

@@ -1,7 +1,7 @@
# Maintainer: Julien Coloos <julien.coloos [at] gmail [dot] com>
pkgname=initrd-ssh-cryptsetup
pkgver=1.1
pkgrel=1
pkgrel=2
pkgdesc="Allows to remotely unlock LUKS-encrypted devices over SSH"
arch=('any')
url="https://github.com/suiryc/archlinux-$pkgname"
@@ -10,7 +10,7 @@ depends=('dropbear' 'cryptsetup' 'mkinitcpio-nfs-utils' 'iproute2' 'ethtool')
install=$pkgname.install
changelog='ChangeLog'
source=("http://julien.coloos.free.fr/archlinux/$pkgname-$pkgver-$pkgrel.tar.xz" "$pkgname.install")
sha256sums=('33295d11216cb96a5b30f035add123d136fac38decd393d677f1c02b9ad22379'
sha256sums=('bfd3e55ef8d3dd9e0b24f5b6b708a41520ee426ed980366f7ffbd12e30b5230b'
'b84978b3c2ef32208c2b104ee2d3ce8aaec26da0bd4e9e1c83942f373bbf6285')
package() {