coreutils: update to 8.22.
This commit is contained in:
parent
b842f28195
commit
46b2dfc3a6
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'coreutils'
|
||||
pkgname=coreutils
|
||||
version=8.21
|
||||
revision=3
|
||||
version=8.22
|
||||
revision=1
|
||||
hostmakedepends="perl"
|
||||
makedepends="gmp-devel acl-devel libcap-devel"
|
||||
short_desc="The GNU core utilities"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.gnu.org/software/coreutils"
|
||||
license="GPL-3"
|
||||
distfiles="http://ftp.gnu.org/gnu/coreutils/${pkgname}-${version}.tar.xz"
|
||||
checksum=adaa44bdab3fa5eb352e80d8a31fdbf957b78653d0c2cd30d63e161444288e18
|
||||
checksum=5b3e94998152c017e6c75d56b9b994188eb71bf46d4038a642cb9141f6ff1212
|
||||
|
||||
do_configure() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
@ -57,14 +57,14 @@ coreutils_package() {
|
|||
conflicts="chroot-coreutils>=0 procps-ng<3.3.5_3"
|
||||
depends="coreutils-doc-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
coreutils-doc_package() {
|
||||
noarch=yes
|
||||
short_desc+=" -- documentation files"
|
||||
short_desc+=" - documentation files"
|
||||
replaces="coreutils<8.20_4"
|
||||
pkg_install() {
|
||||
vmove usr/share/info
|
||||
|
|
Loading…
Reference in a new issue