diff options
author | Timo Teräs <timo.teras@iki.fi> | 2010-12-15 08:11:41 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2010-12-15 08:11:41 +0200 |
commit | c9f91c97345006458b202aa98b35ebd0734f3f3d (patch) | |
tree | e8a95de25418c45be8b8918cfcf4291e3f9c4820 /main/util-linux-ng/APKBUILD | |
parent | 6854de9ed35820d409f1dda5152ac0316ba0061f (diff) | |
download | aports-c9f91c97345006458b202aa98b35ebd0734f3f3d.tar.bz2 aports-c9f91c97345006458b202aa98b35ebd0734f3f3d.tar.xz |
main/util-linux-ng: fix architectures
Diffstat (limited to 'main/util-linux-ng/APKBUILD')
-rw-r--r-- | main/util-linux-ng/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/util-linux-ng/APKBUILD b/main/util-linux-ng/APKBUILD index 035e911950..88c9433e30 100644 --- a/main/util-linux-ng/APKBUILD +++ b/main/util-linux-ng/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=util-linux-ng pkgver=2.18 -pkgrel=0 +pkgrel=1 pkgdesc="Random collection of Linux utilities" -arch="" url="http://kernel.org/~kzak/util-linux-ng/" +arch="x86 x86_64" license="GPL-2 GPL Public Domain" depends= # use GNU sed til bb sed is fixed |