kmod: fix homepage=
This commit is contained in:
parent
74b751cbea
commit
96b5617a25
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'kmod'
|
||||
pkgname=kmod
|
||||
version=26
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-zlib --with-xz"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="pkgconf"
|
||||
makedepends="zlib-devel liblzma-devel"
|
||||
make_dirs="
|
||||
/etc/depmod.d 0755 root root
|
||||
|
@ -13,8 +13,8 @@ make_dirs="
|
|||
/usr/lib/modprobe.d 0755 root root"
|
||||
short_desc="Linux kernel module handling"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
license="GPL-2"
|
||||
homepage="http://git.profusion.mobi/cgit.cgi/kmod.git"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git"
|
||||
distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz"
|
||||
checksum=57bb22c8bb56435991f6b0810a042b0a65e2f1e217551efa58235b7034cdbb9d
|
||||
|
||||
|
|
Loading…
Reference in a new issue