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

Andreas Radke andyrtr at archlinux.org
Thu Apr 14 17:24:26 UTC 2016


    Date: Thursday, April 14, 2016 @ 19:24:25
  Author: andyrtr
Revision: 171066

upgpkg: acpi_call-lts 1.1.0-29

kernel 4.4 branch 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	2016-04-14 17:06:48 UTC (rev 171065)
+++ PKGBUILD	2016-04-14 17:24:25 UTC (rev 171066)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call-lts
 pkgver=1.1.0
-pkgrel=28
-_extramodules=extramodules-4.1-lts
+pkgrel=29
+_extramodules=extramodules-4.4-lts
 pkgdesc='A linux kernel module that enables calls to ACPI methods through /proc/acpi/call'
 arch=('i686' 'x86_64')
 url="http://github.com/mkottman/${pkgname%-*}"
 license=('GPL')
-depends=('linux-lts>=4.1.19')
-makedepends=('linux-lts-headers>=4.1.19')
+depends=('linux-lts>=4.4.7')
+makedepends=('linux-lts-headers>=4.4.7')
 provides=("${pkgname%-*}")
 install="${pkgname%-*}.install"
 source=("acpi_call-$pkgver.tar.gz::${url}/archive/v${pkgver}.tar.gz")

Modified: acpi_call.install
===================================================================
--- acpi_call.install	2016-04-14 17:06:48 UTC (rev 171065)
+++ acpi_call.install	2016-04-14 17:24:25 UTC (rev 171066)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-4.1-lts
+  _extramodules=extramodules-4.4-lts
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 



More information about the arch-commits mailing list