diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-13 13:15:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-13 13:15:15 +0000 |
commit | 6ff0d7a602686d7b807bfabb409993314e6acda1 (patch) | |
tree | 5e9bb0c8b94e981ace0efc6d8e039fee47723a5c /main/util-linux | |
parent | ae19ac14eb8c0730eb257b2257611dffb7c098b7 (diff) | |
download | aports-6ff0d7a602686d7b807bfabb409993314e6acda1.tar.bz2 aports-6ff0d7a602686d7b807bfabb409993314e6acda1.tar.xz |
main/util-linux: fix homepage url
ref #5698
Diffstat (limited to 'main/util-linux')
-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 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" |