mirror of
https://github.com/archlinux/aur.git
synced 2026-02-13 20:13:31 +01:00
Update to 4.11.6-2
This commit is contained in:
parent
aeed66594f
commit
ca6f959394
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Fri Jun 23 03:51:30 UTC 2017
|
||||
# Fri Jun 23 14:13:37 UTC 2017
|
||||
pkgbase = linux-vfio
|
||||
pkgver = 4.11.6
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.kernel.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
|||
pkgbase=linux-vfio
|
||||
_srcname=linux-4.11
|
||||
pkgver=4.11.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
|
@ -139,8 +139,8 @@ _package() {
|
|||
install -D -m644 /dev/stdin "${pkgdir}/etc/mkinitcpio.d/${pkgbase}.preset"
|
||||
|
||||
# install pacman hook for initramfs regeneration
|
||||
sed "s|%PKGBASE%|${pkgbase}|g" "${srcdir}/99-linux.hook" |
|
||||
install -D -m644 /dev/stdin "${pkgdir}/usr/share/libalpm/hooks/99-${pkgbase}.hook"
|
||||
sed "s|%PKGBASE%|${pkgbase}|g" "${srcdir}/90-linux.hook" |
|
||||
install -D -m644 /dev/stdin "${pkgdir}/usr/share/libalpm/hooks/90-${pkgbase}.hook"
|
||||
|
||||
# remove build and source links
|
||||
rm -f "${pkgdir}"/lib/modules/${_kernver}/{source,build}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue