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

Tobias Powalowski tpowa at archlinux.org
Tue May 2 14:34:01 UTC 2017


    Date: Tuesday, May 2, 2017 @ 14:34:00
  Author: tpowa
Revision: 226568

upgpkg: acpi_call 1.1.0-62

rebuild against 4.11

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-02 14:16:12 UTC (rev 226567)
+++ PKGBUILD	2017-05-02 14:34:00 UTC (rev 226568)
@@ -5,14 +5,14 @@
 
 pkgname=acpi_call
 pkgver=1.1.0
-pkgrel=61
-_extramodules=extramodules-4.10-ARCH
+pkgrel=62
+_extramodules=extramodules-4.11-ARCH
 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>=4.10' 'linux<4.11')
-makedepends=('linux-headers>=4.10' 'linux-headers<4.11')
+depends=('linux>=4.11' 'linux<4.12')
+makedepends=('linux-headers>=4.11' 'linux-headers<4.12')
 install='acpi_call.install'
 source=("acpi_call-${pkgver}.tar.gz::https://github.com/mkottman/acpi_call/archive/v${pkgver}.tar.gz")
 sha256sums=('d0d14b42944282724fca76f57d598eed794ef97448f387d1c489d85ad813f2f0')

Modified: acpi_call.install
===================================================================
--- acpi_call.install	2017-05-02 14:16:12 UTC (rev 226567)
+++ acpi_call.install	2017-05-02 14:34:00 UTC (rev 226568)
@@ -1,5 +1,5 @@
 post_install() {
-  _extramodules=extramodules-4.10-ARCH
+  _extramodules=extramodules-4.11-ARCH
   depmod $(cat /usr/lib/modules/${_extramodules}/version)
 }
 



More information about the arch-commits mailing list