Date: Monday, March 4, 2019 @ 17:40:34 Author: heftig Revision: 437545
remove versioned deps (don't work anyway atm because they must be precise) Modified: acpi_call/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-04 16:44:05 UTC (rev 437544) +++ PKGBUILD 2019-03-04 17:40:34 UTC (rev 437545) @@ -10,8 +10,8 @@ url='https://github.com/mkottman/acpi_call' arch=('x86_64') license=('GPL') -depends=('linux>=4.20' 'linux<4.21') -makedepends=('linux-headers>=4.20' 'linux-headers<4.21') +depends=('linux') +makedepends=('linux-headers') _extramodules=extramodules-ARCH source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz" dkms.conf)
