Date: Sunday, May 2, 2021 @ 13:44:05 Author: heftig Revision: 926145 archrelease: copy trunk to community-testing-x86_64
Added: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD (from rev 926141, virtualbox-host-modules-arch/trunk/PKGBUILD) Deleted: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD ----------+ PKGBUILD | 78 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 39 insertions(+), 39 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-05-02 13:44:05 UTC (rev 926144) +++ PKGBUILD 2021-05-02 13:44:05 UTC (rev 926145) @@ -1,39 +0,0 @@ -# Maintainer: Sébastien Luttringer -# Contributor: Ionut Biru <ib...@archlinux.org> - -pkgname='virtualbox-host-modules-arch' -pkgver=6.1.22 -pkgrel=2 -pkgdesc='Virtualbox host kernel modules for Arch Kernel' -arch=('x86_64') -url='https://virtualbox.org/' -license=('GPL') -makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver") -replaces=('virtualbox-modules' 'virtualbox-host-modules') -conflicts=('virtualbox-modules' 'virtualbox-host-modules' - 'virtualbox-host-dkms') -provides=('VIRTUALBOX-HOST-MODULES') - -build() { - _kernver="$(</usr/src/linux/version)" - - fakeroot dkms build --dkmstree "$srcdir" -m vboxhost/${pkgver}_OSE -k ${_kernver} -} - -package(){ - depends=('linux') - - _kernver="$(</usr/src/linux/version)" - - install -Dt "$pkgdir/usr/lib/modules/$_kernver/extramodules" -m0644 \ - vboxhost/${pkgver}_OSE/${_kernver}/${CARCH}/module/* - - # compress each module individually - find "$pkgdir" -name '*.ko' -exec xz -T1 {} + - - # systemd module loading - printf '%s\n' vboxdrv vboxnetadp vboxnetflt | - install -D -m0644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf" -} - - Copied: virtualbox-host-modules-arch/repos/community-testing-x86_64/PKGBUILD (from rev 926141, virtualbox-host-modules-arch/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-05-02 13:44:05 UTC (rev 926145) @@ -0,0 +1,39 @@ +# Maintainer: Sébastien Luttringer +# Contributor: Ionut Biru <ib...@archlinux.org> + +pkgname='virtualbox-host-modules-arch' +pkgver=6.1.22 +pkgrel=3 +pkgdesc='Virtualbox host kernel modules for Arch Kernel' +arch=('x86_64') +url='https://virtualbox.org/' +license=('GPL') +makedepends=('linux-headers' "virtualbox-host-dkms=$pkgver") +replaces=('virtualbox-modules' 'virtualbox-host-modules') +conflicts=('virtualbox-modules' 'virtualbox-host-modules' + 'virtualbox-host-dkms') +provides=('VIRTUALBOX-HOST-MODULES') + +build() { + _kernver="$(</usr/src/linux/version)" + + fakeroot dkms build --dkmstree "$srcdir" -m vboxhost/${pkgver}_OSE -k ${_kernver} +} + +package(){ + depends=('linux') + + _kernver="$(</usr/src/linux/version)" + + install -Dt "$pkgdir/usr/lib/modules/$_kernver/extramodules" -m0644 \ + vboxhost/${pkgver}_OSE/${_kernver}/${CARCH}/module/* + + # compress each module individually + find "$pkgdir" -name '*.ko' -exec xz -T1 {} + + + # systemd module loading + printf '%s\n' vboxdrv vboxnetadp vboxnetflt | + install -D -m0644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf" +} + +