diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-12 14:14:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-05-12 14:21:25 +0000 |
commit | 6e2fec29b5996077ce5b7c4be4acd17affae6018 (patch) | |
tree | 3907b3e94c7e17c196ea3da674a6abf15f645009 /main/util-linux | |
parent | 2364f94cec8fa579f19e8439b4f1fbc69db596f9 (diff) | |
download | aports-6e2fec29b5996077ce5b7c4be4acd17affae6018.tar.bz2 aports-6e2fec29b5996077ce5b7c4be4acd17affae6018.tar.xz |
main/util-linux: bump pkgrel
pkgrel should have been bumped in commit 5fafd50b76
(main/util-linux: add setpriv as sub-package)
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 91160fafdc..e7ccd89762 100644 --- a/main/util-linux/APKBUILD +++ b/main/util-linux/APKBUILD @@ -9,7 +9,7 @@ case $pkgver in *.*) _v=$pkgver;; esac -pkgrel=1 +pkgrel=2 pkgdesc="Random collection of Linux utilities" url="http://git.kernel.org/cgit/utils/util-linux/util-linux.git" arch="all" |