diff options
Diffstat (limited to 'main/coreutils/APKBUILD')
-rw-r--r-- | main/coreutils/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/coreutils/APKBUILD b/main/coreutils/APKBUILD index 82e0ed5c5f..170a308ec4 100644 --- a/main/coreutils/APKBUILD +++ b/main/coreutils/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=coreutils pkgver=8.12 -pkgrel=0 +pkgrel=1 pkgdesc="The basic file, shell and text manipulation utilities" url="http://www.gnu.org/software/coreutils/" arch="all" license="GPL" depends= makedepends= -install="$pkgname.post-deinstall $pkgname.post-upgrade" +install= subpackages="$pkgname-doc" source="http://ftp.gnu.org/gnu/coreutils/$pkgname-$pkgver.tar.gz" |