mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 18:43:51 +02:00
linux4.11: fix distfile
This commit is contained in:
parent
ee3b09c91c
commit
f770ee9f93
1 changed files with 5 additions and 6 deletions
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'linux4.11'
|
# Template file for 'linux4.11'
|
||||||
pkgname=linux4.11
|
pkgname=linux4.11
|
||||||
_distver=4.11.1
|
version=4.11.1
|
||||||
version=${_distver}
|
revision=2
|
||||||
revision=1
|
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
wrksrc="linux-${_distver%.*}"
|
wrksrc="linux-${version}"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.kernel.org"
|
homepage="http://www.kernel.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
short_desc="The Linux kernel and modules (${version%.*} series)"
|
short_desc="The Linux kernel and modules (${version%.*} series)"
|
||||||
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${_distver%.*}.tar.xz"
|
distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz"
|
||||||
checksum=b67ecafd0a42b3383bf4d82f0850cbff92a7e72a215a6d02f42ddbafcf42a7d6
|
checksum=7e46f9e216907942b0b07f2bb59708dc33501d4e2a0938164396386ebd21e608
|
||||||
|
|
||||||
nodebug=yes # -dbg package is generated below manually
|
nodebug=yes # -dbg package is generated below manually
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue