[arch-commits] Commit in acpi_call-lts/trunk (PKGBUILD acpi_call.install)

Andreas Radke andyrtr at archlinux.org
Mon Feb 27 21:22:11 UTC 2017


    Date: Monday, February 27, 2017 @ 21:22:10
  Author: andyrtr
Revision: 214102

upgpkg: acpi_call-lts 1.1.0-39

kernel upstream update 4.9.13 rebuild

Modified:
  acpi_call-lts/trunk/PKGBUILD
  acpi_call-lts/trunk/acpi_call.install

-------------------+
 PKGBUILD          |    8 ++++----
 acpi_call.install |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-27 20:37:46 UTC (rev 214101)
+++ PKGBUILD	2017-02-27 21:22:10 UTC (rev 214102)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=38
-_extramodules=extramodules-4.4-lts
+pkgrel=39
+_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.4.50')
-makedepends=('linux-lts-headers>=4.4.50')
+depends=('linux-lts>=4.9.13')
+makedepends=('linux-lts-headers>=4.9.13')
 provides=('acpi_call')
 install='acpi_call.install'
 source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")

Modified: acpi_call.install
===================================================================
--- acpi_call.install	2017-02-27 20:37:46 UTC (rev 214101)
+++ acpi_call.install	2017-02-27 21:22:10 UTC (rev 214102)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-4.4-lts
+  _extramodules=extramodules-4.9-lts
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 



More information about the arch-commits mailing list