[arch-commits] Commit in virtualbox-modules-arch/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Dec 12 21:26:06 UTC 2019


    Date: Thursday, December 12, 2019 @ 21:26:05
  Author: eworm
Revision: 537483

upgpkg: virtualbox-modules-arch 6.1.0-1

new upstream release, for linux 5.4.2.arch1-1

Modified:
  virtualbox-modules-arch/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-12 21:21:18 UTC (rev 537482)
+++ PKGBUILD	2019-12-12 21:26:05 UTC (rev 537483)
@@ -3,8 +3,8 @@
 
 pkgbase=virtualbox-modules-arch
 pkgname=('virtualbox-host-modules-arch' 'virtualbox-guest-modules-arch')
-pkgver=6.0.14
-pkgrel=12
+pkgver=6.1.0
+pkgrel=1
 arch=('x86_64')
 url='http://virtualbox.org'
 license=('GPL')
@@ -35,7 +35,7 @@
   find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
 
   # systemd module loading
-  printf '%s\n' vboxdrv vboxpci vboxnetadp vboxnetflt |
+  printf '%s\n' vboxdrv vboxnetadp vboxnetflt |
     install -D -m0644 /dev/stdin "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
 }
 



More information about the arch-commits mailing list