Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / mkinitcpio-dropbear
Commits: 9dc77313 by Caleb Maclennan at 2024-07-04T13:24:24+03:00 upgpkg: 0.0.3-8: Rebuild to generate .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = mkinitcpio-dropbear + pkgdesc = hook to install and enable the dropbear daemon in early userspace + pkgver = 0.0.3 + pkgrel = 8 + url = https://github.com/grazzolini/mkinitcpio-dropbear + changelog = ChangeLog + arch = any + license = GPL3 + depends = dropbear + depends = psmisc + optdepends = mkinitcpio-netconf: Network interface configuration + optdepends = mkinitcpio-ppp: PPP interface configuration + optdepends = openssh: Allows the use of the same host keys used for normal access + source = https://github.com/grazzolini/mkinitcpio-dropbear/archive/v0.0.3/mkinitcpio-dropbear-0.0.3.tar.gz + sha256sums = ebf87726471cfade5b3df99428b0b12a607a12f26d9438c36124f4d6ff1a6015 + +pkgname = mkinitcpio-dropbear ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=mkinitcpio-dropbear pkgver=0.0.3 -pkgrel=7 +pkgrel=8 pkgdesc='hook to install and enable the dropbear daemon in early userspace' arch=(any) url="https://github.com/grazzolini/$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mkinitcpio-dropbear/-/commit/9dc773138609a08c170fd3caae866f9e1fdf5c77 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/mkinitcpio-dropbear/-/commit/9dc773138609a08c170fd3caae866f9e1fdf5c77 You're receiving this email because of your account on gitlab.archlinux.org.
