diff --git a/srcpkgs/kmod/template b/srcpkgs/kmod/template index 92b26a9f9b8..9c7c3079a40 100644 --- a/srcpkgs/kmod/template +++ b/srcpkgs/kmod/template @@ -1,9 +1,7 @@ # Template file for 'kmod' pkgname=kmod -version=9 -revision=2 -homepage="http://git.profusion.mobi/cgit.cgi/kmod.git" -distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz" +version=10 +revision=1 build_style=gnu-configure configure_args="--with-rootprefix=/usr --with-zlib --with-xz" makedepends="pkg-config zlib-devel liblzma-devel" @@ -13,7 +11,9 @@ subpackages="libkmod libkmod-devel" short_desc="Linux kernel module handling" maintainer="Juan RP " license="GPL-2" -checksum=0607267cb62dbc9009d0719f442a56f97f64d9983e20dbcaedfff9073abdcecf +homepage="http://git.profusion.mobi/cgit.cgi/kmod.git" +distfiles="${KERNEL_SITE}/utils/kernel/kmod/kmod-${version}.tar.xz" +checksum=deb80df9e6aa34f965ecf329fd07db462b57ce515b9077eae5cdfac5197a7bff long_desc=" kmod is a set of tools to handle common tasks with Linux kernel modules like insert, remove, list, check properties, resolve dependencies and aliases.