Date: Monday, August 13, 2018 @ 13:21:18 Author: heftig Revision: 371270
1.1.0-152 Modified: acpi_call/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-13 12:33:47 UTC (rev 371269) +++ PKGBUILD 2018-08-13 13:21:18 UTC (rev 371270) @@ -6,13 +6,13 @@ pkgbase=acpi_call pkgname=(acpi_call acpi_call-dkms) pkgver=1.1.0 -pkgrel=151 +pkgrel=152 pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call' url='https://github.com/mkottman/acpi_call' arch=('x86_64') license=('GPL') -depends=('linux>=4.17' 'linux<4.18') -makedepends=('linux-headers>=4.17' 'linux-headers<4.18') +depends=('linux>=4.18' 'linux<4.19') +makedepends=('linux-headers>=4.18' 'linux-headers<4.19') _extramodules=extramodules-ARCH source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz" dkms.conf)
