Skip to content

Commit

Permalink
mkinitcpio: use proper source tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
ahesford committed Nov 17, 2023
1 parent 2f3e5d2 commit f6de0e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions srcpkgs/mkinitcpio/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'mkinitcpio'
pkgname=mkinitcpio
version=37
revision=1
revision=2
build_style=gnu-makefile
hostmakedepends="asciidoc"
depends="busybox-static bsdtar bash"
Expand All @@ -11,8 +11,8 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="GPL-2.0-only"
homepage="https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio"
changelog="https://gitlab.archlinux.org/archlinux/mkinitcpio/mkinitcpio/-/raw/master/CHANGELOG"
distfiles="${homepage}/-/archive/v${version}/mkinitcpio-v${version}.tar.gz"
checksum=904126c8f917285309ea8bfa9ea3344720602bd66a1eaea32f74744de72756b6
distfiles="https://sources.archlinux.org/other/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=a4729c206a4fd7fabdd4432cf338637e85db9be9a96a5643c0a0fb0c5bd7cbe7
conf_files="/etc/mkinitcpio.conf"
alternatives="
initramfs:/etc/kernel.d/post-install/20-initramfs:/usr/libexec/mkinitcpio/kernel-hook-postinst
Expand Down

0 comments on commit f6de0e0

Please sign in to comment.