fix: url in lfs/util-linux-2.41.1

This commit is contained in:
2026-01-12 13:20:56 -05:00
parent 547ebe5e88
commit 314a270691

View File

@@ -4,7 +4,7 @@ pkgdesc='Miscellaneous system utilities for Linux'
homepage='https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/'
arch=('x86_64')
sources=("${pkgname}-${pkgver}.tar.xz")
urls=("https://www.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/$sources[0]")
urls=("https://www.kernel.org/pub/linux/utils/${pkgname}/v${pkgver%.*}/${sources[0]}")
md5sums=("7e5e68845e2f347cf96f5448165f1764")
src_prepare() {
@@ -45,3 +45,5 @@ src_check() {
src_install() {
make DESTDIR="${pkgdir}" install
}
# vim:ft=sh syn=sh et sw=2: