Date: Monday, October 30, 2017 @ 10:22:02 Author: andyrtr Revision: 264731
upgpkg: acpi_call-lts 1.1.0-50 kernel 4.9.59 rebuild Modified: acpi_call-lts/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-30 09:48:23 UTC (rev 264730) +++ PKGBUILD 2017-10-30 10:22:02 UTC (rev 264731) @@ -5,14 +5,14 @@ pkgname=acpi_call-lts pkgver=1.1.0 -pkgrel=49 +pkgrel=50 _extramodules=extramodules-4.9-lts pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call' arch=('i686' 'x86_64') url='https://github.com/mkottman/acpi_call' license=('GPL') -depends=('linux-lts>=4.9.55') -makedepends=('linux-lts-headers>=4.9.55') +depends=('linux-lts>=4.9.59') +makedepends=('linux-lts-headers>=4.9.59') provides=('acpi_call') install='acpi_call.install' source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")