dev #2

Merged
wyj merged 232 commits from dev into main 2026-01-13 22:39:32 -05:00
Showing only changes of commit 314a270691 - Show all commits
+3 -1
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: