X-Git-Url: http://gitweb/?a=blobdiff_plain;f=util-linux%2FPkgfile;h=ecb8359d57e030dc3f7ed201bbb6659126480c7b;hb=e752834f9e7fe63785d8f802fccaca12482d8e12;hp=ecbc83496ae70aab5ab37127663ea51fdf20db61;hpb=6790456b51cb5d5c9bbab7ed754b7f67ece6f8aa;p=ports%2Fcore-arm.git diff --git a/util-linux/Pkgfile b/util-linux/Pkgfile index ecbc834..ecb8359 100644 --- a/util-linux/Pkgfile +++ b/util-linux/Pkgfile @@ -1,13 +1,13 @@ # Description: Miscellaneous system utilities -# URL: http://userweb.kernel.org/~kzak/util-linux/ +# URL: https://www.kernel.org/pub/linux/utils/util-linux/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: eudev ncurses zlib name=util-linux -version=2.28 +version=2.36.1 release=1 -source=(http://ftp.kernel.org/pub/linux/utils/$name/v2.28/$name-$version.tar.xz) +source=(https://www.kernel.org/pub/linux/utils/$name/v${version:0:4}/$name-$version.tar.xz) build() { cd $name-$version @@ -15,6 +15,7 @@ build() { ./configure --prefix=/usr \ --disable-nls \ --disable-{login,su,sulogin,nologin,runuser} \ + --disable-chfn-chsh \ --enable-{write,raw,kill} \ --without-python