diff options
author | Leslie P. Polzer <polzer@port-zero.com> | 2013-10-31 11:34:57 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-31 13:37:36 +0000 |
commit | 459e7dbf90ac8d6958d53914b7201711938aab1b (patch) | |
tree | 56002d54da747680224f49d9730f3bdd6de22ab5 /main/util-linux/APKBUILD | |
parent | 80ae9ff2137ff38486ae2df00c77035e01577718 (diff) | |
download | aports-459e7dbf90ac8d6958d53914b7201711938aab1b.tar.bz2 aports-459e7dbf90ac8d6958d53914b7201711938aab1b.tar.xz |
main/util-linux: fix typo in pkgdesc.
Diffstat (limited to 'main/util-linux/APKBUILD')
-rw-r--r-- | main/util-linux/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index ab81b7def0..9d85c3bde2 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -8,7 +8,7 @@ case $pkgver in *.*) _v=$pkgver;; esac -pkgrel=1 +pkgrel=2 pkgdesc="Random collection of Linux utilities" url="http://kernel.org/~kzak/util-linux/" arch="all" @@ -79,7 +79,7 @@ dev() { } blkid() { - pkgdesc="block device identificatio tool" + pkgdesc="block device identification tool" replaces="util-linux-ng" depends= mkdir -p "$subpkgdir"/sbin |