Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / coreutils
Commits: 906c6f91 by Tobias Powalowski at 2024-08-27T15:50:10+02:00 add nvchecker - - - - - 2 changed files: - + .nvchecker.toml - PKGBUILD Changes: ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,4 @@ +[coreutils] +source = "git" +git = "https://git.savannah.gnu.org/cgit/coreutils.git" +prefix = "v" ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=coreutils pkgver=9.5 -pkgrel=1 +pkgrel=2 pkgdesc='The basic file, shell and text manipulation utilities of the GNU operating system' arch=('x86_64') license=('GPL-3.0-or-later' 'GFDL-1.3-or-later') @@ -36,7 +36,7 @@ build() { --prefix=/usr \ --libexecdir=/usr/lib \ --with-openssl \ - --enable-no-install-program=groups,hostname,kill,uptime + --enable-no-install-program=hostname,kill,uptime make } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/906c6f91f59e23365f37d51ec01d183d1dc6d8cc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/906c6f91f59e23365f37d51ec01d183d1dc6d8cc You're receiving this email because of your account on gitlab.archlinux.org.
