Hello,
As others started, the package should be changed.
The issue is the "${pkgver}" part in the line depends=("virtualbox=${pkgver}")
inside the PKGBUILD file. That part is pinning this package to require a VirtualBox package with the same version number that this package has.
Rewriting that line to look like depends=(virtualbox)
would fix the issue where this package requires a specific version of VirtualBox. That line just means a version of VirtualBox would need to be installed, but not which version.
Can someone please make this change so this package no longer requires a specific VirtualBox version to be installed?
Regards, Raansu
Pinned Comments
seblu commented on 2019-04-25 17:41 (UTC)
There is no version dependency on this package on purpose! You could read comments back from 2011 to understand why.