aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-06-13 13:15:15 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-06-13 13:15:15 +0000
commit6ff0d7a602686d7b807bfabb409993314e6acda1 (patch)
tree5e9bb0c8b94e981ace0efc6d8e039fee47723a5c
parentae19ac14eb8c0730eb257b2257611dffb7c098b7 (diff)
downloadaports-6ff0d7a602686d7b807bfabb409993314e6acda1.tar.bz2
aports-6ff0d7a602686d7b807bfabb409993314e6acda1.tar.xz
main/util-linux: fix homepage url
ref #5698
-rw-r--r--main/util-linux/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/util-linux/APKBUILD b/main/util-linux/APKBUILD
index bccde8e92e..18cd29e2dd 100644
--- a/main/util-linux/APKBUILD
+++ b/main/util-linux/APKBUILD
@@ -8,9 +8,9 @@ case $pkgver in
*.*) _v=$pkgver;;
esac
-pkgrel=1
+pkgrel=2
pkgdesc="Random collection of Linux utilities"
-url="http://kernel.org/~kzak/util-linux/"
+url="http://git.kernel.org/cgit/utils/util-linux/util-linux.git"
arch="all"
license="GPL2 GPL2+ LGPL2+ BSD Public Domain"
depends="findmnt"