diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-15 14:55:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-15 14:55:08 +0000 |
commit | 8fa0b56786dd48863f73532efa7c5731e972f76b (patch) | |
tree | d68c030522e596881abd0f666a6fd28fa832258b /main/util-linux | |
parent | 6e36f2565f560748a0f232ef66334fff97c825f8 (diff) | |
download | aports-8fa0b56786dd48863f73532efa7c5731e972f76b.tar.bz2 aports-8fa0b56786dd48863f73532efa7c5731e972f76b.tar.xz |
main/util-linux: rebuild against ncurses-6.0
Diffstat (limited to 'main/util-linux')
-rw-r--r-- | main/util-linux/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD index 698ff2d75e..c5cc35771d 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -8,7 +8,7 @@ case $pkgver in *.*) _v=$pkgver;; esac -pkgrel=0 +pkgrel=1 pkgdesc="Random collection of Linux utilities" url="http://kernel.org/~kzak/util-linux/" arch="all" |